A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter.
function in module ng
state([state]); This method is getter / setter. Return the history state object when called without any parameter. Change
$pristine boolean True
$dirty boolean True
service in module ngComponentRouter
trustAsUrl(value); Shorthand method. $sce.trustAsUrl(value) âÂÂ
$locationChangeStart Broadcasted before a URL will change. This change can be prevented by calling preventDefault
service in module ngMock
Page 18 of 55