Glance back at the view in Listing 3-2, and notice that the expression uses a reference to ourEmployees. You can
think of this expression {{ourEmployees.length}} as effectively being the same thing as {{$scope.ourEmployees.
length}}. Don’t actually use a scope reference in this manner within an expression; it won’t work, as the use of the
current scope object is implicit.