routes Object Object
$routeChangeStart Broadcasted before a route change. At this point the route services starts resolving all of the dependencies needed
service in module ngMock
$routeChangeSuccess Broadcasted after a route change has happened successfully. The resolve dependencies are now available
Name Description angular
getTrustedCss(value); Shorthand method. $sce.getTrustedCss(value) âÂÂ
Angular services are substitutable objects that are wired together using dependency injection
AngularJS provides animation hooks for common directives such as ngRepeat, ngSwitch, and ngView, as well as custom directives via the
$sanitizeProvider
function in module ng
Page 23 of 55