Name |
Description |
$anchorScrollProvider |
It is used to disable automatic scrolling at any time $location.hash() changes. |
$animateProvider |
$animate service is the default implementation that does not perform any animations instead of synchronously performs DOM updates. |
$compileProvider |
List a new directive with the compiler. |
$controllerProvider |
It allows controller registration through the register method. $controller service create a new controllers. |
$filterProvider |
Filters are funtions which transform input to an output. But filters need to be an Dependency Injected. |
$httpProvider |
It is used to change the default behavior of the $http service. |
$interpolateProvider |
It is used for aligning the interpolation markup. By default use this curly braces {{ and }} |
$locationProvider |
To configure exactly how the application deep linking paths are stored. |
$logProvider |
It is used to configure in what way the application log messages. |
$parseProvider |
To configure the default behavior of the $parse service |
$qProvider |
This provider in module ng. |
$rootScopeProvider |
It is the provider of the $rootScope service. |
$sceDelegateProvider |
This provider allows developers to configure the $sceDelegate service. |
$sceProvider |
It allows developers to configure the $sce service |
$templateRequestProvider |
It is used to configure the options delivered to the $http service what time making a template request. |