angular.js/test/service
Igor Minar 945056b166 linking function should return bound scope
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
2011-03-01 17:09:25 -08:00
..
cookiesSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
cookieStoreSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
deferSpec.js Added delay parameter to the $defer service 2011-02-25 11:30:22 -08:00
documentSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
exceptionHandlerSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
hoverSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
invalidWidgetsSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
locationSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
logSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
resourceSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
routeSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
updateViewSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
windowSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
xhr.bulkSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
xhr.cacheSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
xhr.errorSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
xhrSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00