亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Verzeichnis suchen
AngularJS API Reference auto auto/service auto/service/$injector auto/service/$provide ng ng/directive ng/directive/a ng/directive/form ng/directive/input ng/directive/input[checkbox] ng/directive/input[date] ng/directive/input[dateTimeLocal] ng/directive/input[email] ng/directive/input[month] ng/directive/input[number] ng/directive/input[radio] ng/directive/input[text] ng/directive/input[time] ng/directive/input[url] ng/directive/input[week] ng/directive/ngApp ng/directive/ngBind ng/directive/ngBindHtml ng/directive/ngBindTemplate ng/directive/ngBlur ng/directive/ngChange ng/directive/ngChecked ng/directive/ngClass ng/directive/ngClassEven ng/directive/ngClassOdd ng/directive/ngClick ng/directive/ngCloak ng/directive/ngController ng/directive/ngCopy ng/directive/ngCsp ng/directive/ngCut ng/directive/ngDblclick ng/directive/ngDisabled ng/directive/ngFocus ng/directive/ngForm ng/directive/ngHide ng/directive/ngHref ng/directive/ngIf ng/directive/ngInclude ng/directive/ngInit ng/directive/ngKeydown ng/directive/ngKeypress ng/directive/ngKeyup ng/directive/ngList ng/directive/ngModel ng/directive/ngModelOptions ng/directive/ngMousedown ng/directive/ngMouseenter ng/directive/ngMouseleave ng/directive/ngMousemove ng/directive/ngMouseover ng/directive/ngMouseup ng/directive/ngNonBindable ng/directive/ngOpen ng/directive/ngPaste ng/directive/ngPluralize ng/directive/ngReadonly ng/directive/ngRepeat ng/directive/ngSelected ng/directive/ngShow ng/directive/ngSrc ng/directive/ngSrcset ng/directive/ngStyle ng/directive/ngSubmit ng/directive/ngSwitch ng/directive/ngTransclude ng/directive/ngValue ng/directive/script ng/directive/select ng/directive/textarea ng/filter ng/filter/currency ng/filter/date ng/filter/filter ng/filter/json ng/filter/limitTo ng/filter/lowercase ng/filter/number ng/filter/orderBy ng/filter/uppercase ng/function ng/function/angular.bind ng/function/angular.bootstrap ng/function/angular.copy ng/function/angular.element ng/function/angular.equals ng/function/angular.extend ng/function/angular.forEach ng/function/angular.fromJson ng/function/angular.identity ng/function/angular.injector ng/function/angular.isArray ng/function/angular.isDate ng/function/angular.isDefined ng/function/angular.isElement ng/function/angular.isFunction ng/function/angular.isNumber ng/function/angular.isObject ng/function/angular.isString ng/function/angular.isUndefined ng/function/angular.lowercase ng/function/angular.module ng/function/angular.noop ng/function/angular.toJson ng/function/angular.uppercase ng/object ng/object/angular.version ng/provider ng/provider/$animateProvider ng/provider/$compileProvider ng/provider/$controllerProvider ng/provider/$filterProvider ng/provider/$httpProvider ng/provider/$interpolateProvider ng/provider/$locationProvider ng/provider/$logProvider ng/provider/$parseProvider ng/provider/$rootScopeProvider ng/provider/$sceDelegateProvider ng/provider/$sceProvider ng/service ng/service/$anchorScroll ng/service/$animate ng/service/$cacheFactory ng/service/$compile ng/service/$controller ng/service/$document ng/service/$exceptionHandler ng/service/$filter ng/service/$http ng/service/$httpBackend ng/service/$interpolate ng/service/$interval ng/service/$locale ng/service/$location ng/service/$log ng/service/$parse ng/service/$q ng/service/$rootElement ng/service/$rootScope ng/service/$sce ng/service/$sceDelegate ng/service/$templateCache ng/service/$timeout ng/service/$window ng/type ng/type/$cacheFactory.Cache ng/type/$compile.directive.Attributes ng/type/$rootScope.Scope ng/type/angular.Module ng/type/form.FormController ng/type/ngModel.NgModelController ngAnimate ngAnimate/provider ngAnimate/provider/$animateProvider ngAnimate/service ngAnimate/service/$animate ngCookies ngCookies/service ngCookies/service/$cookies ngCookies/service/$cookieStore ngMessages ngMessages/directive ngMessages/directive/ngMessage ngMessages/directive/ngMessages ngMock ngMock/function ngMock/function/angular.mock.dump ngMock/function/angular.mock.inject ngMock/function/angular.mock.module ngMock/object ngMock/object/angular.mock ngMock/provider ngMock/provider/$exceptionHandlerProvider ngMock/service ngMock/service/$exceptionHandler ngMock/service/$httpBackend ngMock/service/$interval ngMock/service/$log ngMock/service/$timeout ngMock/type ngMock/type/angular.mock.TzDate ngMockE2E ngMockE2E/service ngMockE2E/service/$httpBackend ngResource ngResource/service ngResource/service/$resource ngRoute ngRoute/directive ngRoute/directive/ngView ngRoute/provider ngRoute/provider/$routeProvider ngRoute/service ngRoute/service/$route ngRoute/service/$routeParams ngSanitize ngSanitize/filter ngSanitize/filter/linky ngSanitize/service ngSanitize/service/$sanitize ngTouch ngTouch/directive ngTouch/directive/ngClick ngTouch/directive/ngSwipeLeft ngTouch/directive/ngSwipeRight ngTouch/service ngTouch/service/$swipe
Figuren

AngularJS API 參考

AngularJS API 文檔

歡迎訪問AngularJS API文檔頁面. 這些頁面是對(duì)1.3.0-beta.15 unbelievable-advancement版本的AngularJS參考資料。

文檔按多個(gè)模塊的形式進(jìn)行組織,每個(gè)模塊包含AngularJS應(yīng)用程序所需的包含各種組件,這些組件有 directives、services、filters、providers、templates、global APIs, 和 testing mocks。

Angular 命名空間 $ and $$ 為防止和你的代碼的名稱產(chǎn)生沖突,Angular公共對(duì)象的前綴名使用$ ,私有對(duì)象名使用$$。請(qǐng)不要在你的代碼中使用 $$$ 前綴。

Angular 命名空間

ng (核心模塊)

這個(gè)模塊是默認(rèn)提供的,它包含了AngularJS的核心組件。

Directives

這些核心指令集可用于你的AngularJS應(yīng)用的模板代碼中。

例如:ngClick, ngInclude, ngRepeat…

Services / Factories

這些核心服務(wù)集可通過依賴注入(DI)來供你的應(yīng)用使用。

例如:$compile, $http, $location…

Filters

這些ng模塊中的核心過濾器用于在指令和表達(dá)式被渲染前轉(zhuǎn)換模板數(shù)據(jù)。

例如:filter, date, currency, lowercase, uppercase...

Global APIs

附加在angular對(duì)象上的核心公共API函數(shù)。這些核心函數(shù)對(duì)于你應(yīng)用中的低級(jí)JavaScript操作很有用。

例如:angular.copy(), angular.equals(), angular.element()...

ngRoute

使用ngRoute讓你的應(yīng)用具有URL路由功能。ngRoute模塊支持hashbang和HTML5 pushState方式的URL管理。

你的應(yīng)用要使用此功能,需導(dǎo)入angular-route.js文件,并且將ngRoute 設(shè)為依賴。
Services / Factories 下面這些服務(wù)用于路由管理:
  • $routeParams 用于訪問在URL中querystring中的值。
  • $route 用于當(dāng)前被訪問的路由的細(xì)節(jié)。
  • $routeProvider用于為應(yīng)用注冊(cè)路由。
Directives ngView用于在頁面中根據(jù)當(dāng)前路由顯示模板。

ngAnimate

Use ngAnimate to enable animation features into your application. Various core ng directives will provide animation hooks into your application when ngAnimate is included. Animations are defined by using CSS transitions/animations or JavaScript callbacks.

你的應(yīng)用要使用此功能,需導(dǎo)入 angular-animate.js文件,并且將ngAnimate設(shè)為依賴。
Services / Factories Use $animate to trigger animation operations within your directive code.
CSS-based animations Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined the animation can be triggered by referencing the CSS class within the HTML template code.
JS-based animations Use module.animation() to register a JavaScript animation. Once registered the animation can be triggered by referencing the CSS class within the HTML template code.

ngResource

Use the ngResource module when querying and posting data to a REST API.

你的應(yīng)用要使用此功能,需導(dǎo)入 angular-resource.js文件,并且將ngResource設(shè)為依賴。
Services / Factories The $resource service is used to define RESTful objects which communicate with a REST API.

ngCookies

Use the ngCookies module to handle cookie management within your application.

你的應(yīng)用要使用此功能,需導(dǎo)入 angular-cookies.js文件,并且將ngCookies設(shè)為依賴。
Services / Factories The following services are used for cookie management:
  • The $cookie service is a convenient wrapper to store simple data within browser cookies.
  • $cookieStore is used to store more complex data using serialization.

ngTouch

Use ngTouch when developing for mobile browsers/devices.

你的應(yīng)用要使用此功能,需導(dǎo)入 angular-touch.js文件,并且將ngTouch設(shè)為依賴。
Services / Factories The $swipe service is used to register and manage mobile DOM events.
Directives Various directives are available in ngTouch to emulate mobile DOM events.

ngSanitize

Use ngSanitize to securely parse and manipulate HTML data in your application.

你的應(yīng)用要使用此功能,需導(dǎo)入 angular-sanitize.js文件,并且將ngSanitize設(shè)為依賴。
Services / Factories The $sanitize service is used to clean up dangerous HTML code in a quick and convenient way.
Filters The linky filter is used to turn URLs into HTML links within the provided string.

ngMock

Use ngMock to inject and mock modules, factories, services and providers within your unit tests

要使用此功能,需導(dǎo)入angular-mocks.js文件到你的測(cè)試用例中。
Services / Factories

ngMock will extend the behavior of various core services to become testing aware and manageable in a synchronous manner.

Some examples include: $timeout, $interval, $log, $httpBackend, etc...

Global APIs

Various helper functions are available to inject and mock modules within unit test code.

Some examples inject(), module(), dump(), etc...


Vorheriger Artikel: N?chster Artikel: