©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
ng
鍚嶇О | 鎻忚堪 |
---|---|
$anchorScroll |
When called, it checks current value of |
$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 |
Factory that constructs Cache objects and gives access to them. |
$templateCache |
The first time a template is used, it is loaded in the template cache for quick retrieval. You
can load templates directly into the cache in a |
$compile |
Compiles an HTML string or DOM into a template and produces a template function, which
can then be used to link |
$controller |
|
$document |
A jQuery or jqLite wrapper for the browser's |
$exceptionHandler |
Any uncaught exception in Angular琛ㄨ揪寮弒 is delegated to this service.
The default implementation simply delegates to |
$filter |
Filters are used for formatting data displayed to the user. |
$http |
The |
$httpBackend |
HTTP backend used by the Service that delegates to XMLHttpRequest object or JSONP and deals with browser incompatibilities. |
$interpolate |
Compiles a string with markup into an interpolation function. This service is used by the HTML $compile service for data binding. See $interpolateProvider for configuring the interpolation markup. |
$interval |
Angular's wrapper for |
$locale |
$locale service provides localization rules for various Angular components. As of right now the only public api is: |
$location |
The $location service parses the URL in the browser address bar (based on the window.location) and makes the URL available to your application. Changes to the URL in the address bar are reflected into $location service and changes to $location are reflected into the browser address bar. |
$log |
Simple service for logging. Default implementation safely writes the message into the browser's console (if present). |
$parse |
Converts Angular expression into a function. |
$q |
A promise/deferred implementation inspired by Kris Kowal's Q. |
$rootElement |
The root element of Angular application. This is either the element where ngApp was declared or the element passed into
|
$rootScope |
Every application has a single root scope. All other scopes are descendant scopes of the root scope. Scopes provide separation between the model and the view, via a mechanism for watching the model for changes. They also provide an event emission/broadcast and subscription facility. See the developer guide on scopes. |
$sceDelegate |
|
$sce |
|
$timeout |
Angular's wrapper for |
$window |
A reference to the browser's |