$routeChangeStart Broadcasted before a route change. At this point the route services starts resolving all of the dependencies needed
whenHEAD(url, [headers], [keys]); Creates a new backend definition for HEAD requests. For more info see when().
$routeChangeSuccess Broadcasted after a route change has happened successfully. The resolve dependencies are now available
host(); This method is getter only. Return host of current url. Note: compared to the non-angular version location
whenGET(url, [headers], [keys]); Creates a new backend definition for GET requests. For more info see when().
bind(); The main method of $swipe. It takes an element to be watched for swipe motions, and an object containing event
Angular services are substitutable objects that are wired together using dependency injection
$broadcast(name, args); Dispatches an event name downwards to all child scopes (and their children) notifying the registered
parseAsResourceUrl(expression); Shorthand method. $sce.parseAsResourceUrl(value) â $sce.parseAs($sce.RESOURCE_URL
routes Object Object
Page 14 of 55