ng.service

Service components in ng

Name Description
$anchorScroll

When called, it checks the current value of $location.hash() and scrolls to the related element, according to the rules specified in the Html5 spec.

$animate

The $animate service provides rudimentary DOM manipulation functions to insert, remove and move elements within the DOM, as well as adding and removing classes. This service is the core service used by the ngAnimate $animator service which provides high-level animation hooks for CSS and JavaScript.

$cacheFactory