service in module ng
$anchorScrollProvider
move(element, parent, [after], [options]); Inserts (moves) the element into its new position in the DOM either after the after
cancel([promise]); Cancels a task associated with the promise. As a result of this, the promise will be resolved with a
path([path]); This method is getter / setter. Return path of current url when called without any parameter. Change path
on(event, container, callback); Sets up an event listener to fire whenever the animation event (enter, leave, move, etc...) has fired
parseAsUrl(expression); Shorthand method. $sce.parseAsUrl(value) â $sce.parseAs($sce.URL, value)
warn(); Write a warning message
resolve(value, [successCallback], [errorCallback], [progressCallback]); Alias of when to maintain naming consistency with ES6.
Page 8 of 10