实例介绍
angular-1.2.5 库文件完整资源包。 从官网angularjs.org扒下来的,包含angular.js、angular.min.js、angular.min.js.map、angular-route.js、angular-route.min.js之类等等 ... AngularJS是为了克服HTML在构建应用上的不足而设计的,它通过新的属性和表达式扩展了HTML。 AngularJS可以构建一个单一页面应用程序(SPAs:Single Page Applications)。
【实例截图】
【核心代码】
45dd30cf-343e-4eb3-bbff-13a0349bc09f
└── angular-1.2.5
├── angular-animate.js
├── angular-animate.min.js
├── angular-animate.min.js.map
├── angular-cookies.js
├── angular-cookies.min.js
├── angular-cookies.min.js.map
├── angular-csp.css
├── angular.js
├── angular-loader.js
├── angular-loader.min.js
├── angular-loader.min.js.map
├── angular.min.js
├── angular.min.js.map
├── angular-mocks.js
├── angular-resource.js
├── angular-resource.min.js
├── angular-resource.min.js.map
├── angular-route.js
├── angular-route.min.js
├── angular-route.min.js.map
├── angular-sanitize.js
├── angular-sanitize.min.js
├── angular-sanitize.min.js.map
├── angular-scenario.js
├── angular-touch.js
├── angular-touch.min.js
├── angular-touch.min.js.map
├── docs
│ ├── appcache.manifest
│ ├── appcache-offline.manifest
│ ├── components
│ │ ├── angular-bootstrap.js
│ │ ├── angular-bootstrap-prettify.js
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ ├── font-awesome
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ ├── font-awesome-ie7.min.css
│ │ │ │ └── font-awesome.min.css
│ │ │ └── font
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── google-code-prettify.js
│ │ ├── jquery.js
│ │ ├── jquery.min.js
│ │ ├── lunr.js
│ │ ├── lunr.min.js
│ │ └── marked.js
│ ├── css
│ │ ├── animations.css
│ │ ├── docs.css
│ │ ├── doc_widgets.css
│ │ └── prettify.css
│ ├── docs-data.js
│ ├── docs-scenario.html
│ ├── docs-scenario.js
│ ├── favicon.ico
│ ├── img
│ │ ├── angularjs-for-header-only.svg
│ │ ├── AngularJS-small.png
│ │ ├── angular_parts.png
│ │ ├── bullet.png
│ │ ├── form_data_flow.png
│ │ ├── glyphicons-halflings.png
│ │ ├── glyphicons-halflings-white.png
│ │ ├── guide
│ │ │ ├── concepts-databinding1.png
│ │ │ ├── concepts-databinding2.png
│ │ │ ├── concepts-directive.png
│ │ │ ├── concepts-module-injector.png
│ │ │ ├── concepts-module-service.png
│ │ │ ├── concepts-runtime.png
│ │ │ ├── concepts-scope.png
│ │ │ ├── concepts-startup.png
│ │ │ ├── concepts-view.png
│ │ │ ├── di_sequence_final.png
│ │ │ ├── dom_scope_final.png
│ │ │ ├── hashbang_vs_regular_url.jpg
│ │ │ ├── scenario_runner.png
│ │ │ └── simple_scope_final.png
│ │ ├── helloworld_2way.png
│ │ ├── helloworld.png
│ │ ├── One_Way_Data_Binding.png
│ │ ├── tutorial
│ │ │ ├── catalog_screen.png
│ │ │ ├── tutorial_00_final.png
│ │ │ ├── tutorial_00.png
│ │ │ ├── tutorial_02.png
│ │ │ ├── tutorial_03.png
│ │ │ ├── tutorial_04.png
│ │ │ ├── tutorial_07_final.png
│ │ │ ├── tutorial_08-09_final.png
│ │ │ ├── tutorial_10-11_final.png
│ │ │ └── xhr_service_final.png
│ │ └── Two_Way_Data_Binding.png
│ ├── index-debug.html
│ ├── index.html
│ ├── index-jq-debug.html
│ ├── index-jq.html
│ ├── index-jq-nocache.html
│ ├── index-nocache.html
│ ├── js
│ │ └── docs.js
│ ├── notes
│ │ └── empty.tmp
│ ├── offline.html
│ ├── partials
│ │ ├── api
│ │ │ ├── angular.bind.html
│ │ │ ├── angular.bootstrap.html
│ │ │ ├── angular.copy.html
│ │ │ ├── angular.element.html
│ │ │ ├── angular.equals.html
│ │ │ ├── angular.extend.html
│ │ │ ├── angular.forEach.html
│ │ │ ├── angular.fromJson.html
│ │ │ ├── angular.identity.html
│ │ │ ├── angular.IModule.html
│ │ │ ├── angular.injector.html
│ │ │ ├── angular.isArray.html
│ │ │ ├── angular.isDate.html
│ │ │ ├── angular.isDefined.html
│ │ │ ├── angular.isElement.html
│ │ │ ├── angular.isFunction.html
│ │ │ ├── angular.isNumber.html
│ │ │ ├── angular.isObject.html
│ │ │ ├── angular.isString.html
│ │ │ ├── angular.isUndefined.html
│ │ │ ├── angular.lowercase.html
│ │ │ ├── angular.mock.dump.html
│ │ │ ├── angular.mock.html
│ │ │ ├── angular.mock.inject.html
│ │ │ ├── angular.mock.module.html
│ │ │ ├── angular.mock.TzDate.html
│ │ │ ├── angular.module.html
│ │ │ ├── angular.noop.html
│ │ │ ├── angular.toJson.html
│ │ │ ├── angular.uppercase.html
│ │ │ ├── angular.version.html
│ │ │ ├── AUTO.$injector.html
│ │ │ ├── AUTO.$provide.html
│ │ │ ├── AUTO.html
│ │ │ ├── index.html
│ │ │ ├── ng.$anchorScroll.html
│ │ │ ├── ng.$animate.html
│ │ │ ├── ng.$animateProvider.html
│ │ │ ├── ng.$cacheFactory.html
│ │ │ ├── ng.$compile.directive.Attributes.html
│ │ │ ├── ng.$compile.html
│ │ │ ├── ng.$compileProvider.html
│ │ │ ├── ng.$controller.html
│ │ │ ├── ng.$controllerProvider.html
│ │ │ ├── ng.$document.html
│ │ │ ├── ng.$exceptionHandler.html
│ │ │ ├── ng.$filter.html
│ │ │ ├── ng.$filterProvider.html
│ │ │ ├── ng.$httpBackend.html
│ │ │ ├── ng.$http.html
│ │ │ ├── ng.$interpolate.html
│ │ │ ├── ng.$interpolateProvider.html
│ │ │ ├── ng.$interval.html
│ │ │ ├── ng.$locale.html
│ │ │ ├── ng.$location.html
│ │ │ ├── ng.$locationProvider.html
│ │ │ ├── ng.$log.html
│ │ │ ├── ng.$logProvider.html
│ │ │ ├── ng.$parse.html
│ │ │ ├── ng.$parseProvider.html
│ │ │ ├── ng.$q.html
│ │ │ ├── ng.$rootElement.html
│ │ │ ├── ng.$rootScope.html
│ │ │ ├── ng.$rootScopeProvider.html
│ │ │ ├── ng.$rootScope.Scope.html
│ │ │ ├── ng.$sceDelegate.html
│ │ │ ├── ng.$sceDelegateProvider.html
│ │ │ ├── ng.$sce.html
│ │ │ ├── ng.$sceProvider.html
│ │ │ ├── ng.$templateCache.html
│ │ │ ├── ng.$timeout.html
│ │ │ ├── ng.$window.html
│ │ │ ├── ngAnimate.$animate.html
│ │ │ ├── ngAnimate.$animateProvider.html
│ │ │ ├── ngAnimate.html
│ │ │ ├── ngCookies.$cookies.html
│ │ │ ├── ngCookies.$cookieStore.html
│ │ │ ├── ngCookies.html
│ │ │ ├── ng.directive:a.html
│ │ │ ├── ng.directive:form.FormController.html
│ │ │ ├── ng.directive:form.html
│ │ │ ├── ng.directive:input.checkbox.html
│ │ │ ├── ng.directive:input.email.html
│ │ │ ├── ng.directive:input.html
│ │ │ ├── ng.directive:input.number.html
│ │ │ ├── ng.directive:input.radio.html
│ │ │ ├── ng.directive:input.text.html
│ │ │ ├── ng.directive:input.url.html
│ │ │ ├── ng.directive:ngApp.html
│ │ │ ├── ng.directive:ngBind.html
│ │ │ ├── ng.directive:ngBindHtml.html
│ │ │ ├── ng.directive:ngBindTemplate.html
│ │ │ ├── ng.directive:ngBlur.html
│ │ │ ├── ng.directive:ngChange.html
│ │ │ ├── ng.directive:ngChecked.html
│ │ │ ├── ng.directive:ngClassEven.html
│ │ │ ├── ng.directive:ngClass.html
│ │ │ ├── ng.directive:ngClassOdd.html
│ │ │ ├── ng.directive:ngClick.html
│ │ │ ├── ng.directive:ngCloak.html
│ │ │ ├── ng.directive:ngController.html
│ │ │ ├── ng.directive:ngCopy.html
│ │ │ ├── ng.directive:ngCsp.html
│ │ │ ├── ng.directive:ngCut.html
│ │ │ ├── ng.directive:ngDblclick.html
│ │ │ ├── ng.directive:ngDisabled.html
│ │ │ ├── ng.directive:ngFocus.html
│ │ │ ├── ng.directive:ngForm.html
│ │ │ ├── ng.directive:ngHide.html
│ │ │ ├── ng.directive:ngHref.html
│ │ │ ├── ng.directive:ngIf.html
│ │ │ ├── ng.directive:ngInclude.html
│ │ │ ├── ng.directive:ngInit.html
│ │ │ ├── ng.directive:ngKeydown.html
│ │ │ ├── ng.directive:ngKeypress.html
│ │ │ ├── ng.directive:ngKeyup.html
│ │ │ ├── ng.directive:ngList.html
│ │ │ ├── ng.directive:ngModel.html
│ │ │ ├── ng.directive:ngModel.NgModelController.html
│ │ │ ├── ng.directive:ngMousedown.html
│ │ │ ├── ng.directive:ngMouseenter.html
│ │ │ ├── ng.directive:ngMouseleave.html
│ │ │ ├── ng.directive:ngMousemove.html
│ │ │ ├── ng.directive:ngMouseover.html
│ │ │ ├── ng.directive:ngMouseup.html
│ │ │ ├── ng.directive:ngNonBindable.html
│ │ │ ├── ng.directive:ngOpen.html
│ │ │ ├── ng.directive:ngPaste.html
│ │ │ ├── ng.directive:ngPluralize.html
│ │ │ ├── ng.directive:ngReadonly.html
│ │ │ ├── ng.directive:ngRepeat.html
│ │ │ ├── ng.directive:ngSelected.html
│ │ │ ├── ng.directive:ngShow.html
│ │ │ ├── ng.directive:ngSrc.html
│ │ │ ├── ng.directive:ngSrcset.html
│ │ │ ├── ng.directive:ngStyle.html
│ │ │ ├── ng.directive:ngSubmit.html
│ │ │ ├── ng.directive:ngSwitch.html
│ │ │ ├── ng.directive:ngTransclude.html
│ │ │ ├── ng.directive:ngValue.html
│ │ │ ├── ng.directive:script.html
│ │ │ ├── ng.directive:select.html
│ │ │ ├── ng.directive:textarea.html
│ │ │ ├── ng.filter:currency.html
│ │ │ ├── ng.filter:date.html
│ │ │ ├── ng.filter:filter.html
│ │ │ ├── ng.filter:json.html
│ │ │ ├── ng.filter:limitTo.html
│ │ │ ├── ng.filter:lowercase.html
│ │ │ ├── ng.filter:number.html
│ │ │ ├── ng.filter:orderBy.html
│ │ │ ├── ng.filter:uppercase.html
│ │ │ ├── ng.html
│ │ │ ├── ngMock.$exceptionHandler.html
│ │ │ ├── ngMock.$exceptionHandlerProvider.html
│ │ │ ├── ngMock.$httpBackend.html
│ │ │ ├── ngMock.$interval.html
│ │ │ ├── ngMock.$log.html
│ │ │ ├── ngMock.$timeout.html
│ │ │ ├── ngMockE2E.$httpBackend.html
│ │ │ ├── ngMockE2E.html
│ │ │ ├── ngMock.html
│ │ │ ├── ngResource.$resource.html
│ │ │ ├── ngResource.html
│ │ │ ├── ngRoute.$route.html
│ │ │ ├── ngRoute.$routeParams.html
│ │ │ ├── ngRoute.$routeProvider.html
│ │ │ ├── ngRoute.directive:ngView.html
│ │ │ ├── ngRoute.html
│ │ │ ├── ngSanitize.$sanitize.html
│ │ │ ├── ngSanitize.filter:linky.html
│ │ │ ├── ngSanitize.html
│ │ │ ├── ngTouch.$swipe.html
│ │ │ ├── ngTouch.directive:ngClick.html
│ │ │ ├── ngTouch.directive:ngSwipeLeft.html
│ │ │ ├── ngTouch.directive:ngSwipeRight.html
│ │ │ └── ngTouch.html
│ │ ├── cookbook
│ │ │ ├── advancedform.html
│ │ │ ├── buzz.html
│ │ │ ├── deeplinking.html
│ │ │ ├── form.html
│ │ │ ├── helloworld.html
│ │ │ ├── index.html
│ │ │ └── mvc.html
│ │ ├── error
│ │ │ ├── $animate:notcsel.html
│ │ │ ├── $cacheFactory:iid.html
│ │ │ ├── $compile:ctreq.html
│ │ │ ├── $compile:iscp.html
│ │ │ ├── $compile:multidir.html
│ │ │ ├── $compile:nodomevents.html
│ │ │ ├── $compile:nonassign.html
│ │ │ ├── $compile:selmulti.html
│ │ │ ├── $compile:tpload.html
│ │ │ ├── $compile:tplrt.html
│ │ │ ├── $compile:uterdir.html
│ │ │ ├── $controller:noscp.html
│ │ │ ├── $httpBackend:noxhr.html
│ │ │ ├── $injector:cdep.html
│ │ │ ├── $injector:itkn.html
│ │ │ ├── $injector:modulerr.html
│ │ │ ├── $injector:nomod.html
│ │ │ ├── $injector:pget.html
│ │ │ ├── $injector:unpr.html
│ │ │ ├── $interpolate:interr.html
│ │ │ ├── $interpolate:noconcat.html
│ │ │ ├── $location:ihshprfx.html
│ │ │ ├── $location:ipthprfx.html
│ │ │ ├── $location:isrcharg.html
│ │ │ ├── $parse:isecdom.html
│ │ │ ├── $parse:isecfld.html
│ │ │ ├── $parse:isecfn.html
│ │ │ ├── $parse:isecwindow.html
│ │ │ ├── $parse:lexerr.html
│ │ │ ├── $parse:syntax.html
│ │ │ ├── $parse:ueoe.html
│ │ │ ├── $resource:badargs.html
│ │ │ ├── $resource:badcfg.html
│ │ │ ├── $resource:badmember.html
│ │ │ ├── $resource:badname.html
│ │ │ ├── $rootScope:infdig.html
│ │ │ ├── $rootScope:inprog.html
│ │ │ ├── $sanitize:badparse.html
│ │ │ ├── $sce:icontext.html
│ │ │ ├── $sce:iequirks.html
│ │ │ ├── $sce:imatcher.html
│ │ │ ├── $sce:insecurl.html
│ │ │ ├── $sce:itype.html
│ │ │ ├── $sce:iwcard.html
│ │ │ ├── $sce:unsafe.html
│ │ │ ├── index.html
│ │ │ ├── jqLite:nosel.html
│ │ │ ├── jqLite:offargs.html
│ │ │ ├── jqLite:onargs.html
│ │ │ ├── ng:areq.html
│ │ │ ├── ng:badname.html
│ │ │ ├── ng:btstrpd.html
│ │ │ ├── ng:cpi.html
│ │ │ ├── ng:cpws.html
│ │ │ ├── ngModel:nonassign.html
│ │ │ ├── ngOptions:iexp.html
│ │ │ ├── ngPattern:noregexp.html
│ │ │ ├── ngRepeat:dupes.html
│ │ │ ├── ngRepeat:iexp.html
│ │ │ ├── ngRepeat:iidexp.html
│ │ │ └── ngTransclude:orphan.html
│ │ ├── guide
│ │ │ ├── animations.html
│ │ │ ├── bootstrap.html
│ │ │ ├── compiler.html
│ │ │ ├── concepts.html
│ │ │ ├── controller.html
│ │ │ ├── databinding.html
│ │ │ ├── dev_guide.e2e-testing.html
│ │ │ ├── dev_guide.services.$location.html
│ │ │ ├── dev_guide.services.creating_services.html
│ │ │ ├── dev_guide.services.html
│ │ │ ├── dev_guide.services.injecting_controllers.html
│ │ │ ├── dev_guide.services.managing_dependencies.html
│ │ │ ├── dev_guide.services.testing_services.html
│ │ │ ├── dev_guide.services.understanding_services.html
│ │ │ ├── dev_guide.templates.css-styling.html
│ │ │ ├── dev_guide.unit-testing.html
│ │ │ ├── di.html
│ │ │ ├── directive.html
│ │ │ ├── expression.html
│ │ │ ├── filter.html
│ │ │ ├── forms.html
│ │ │ ├── i18n.html
│ │ │ ├── ie.html
│ │ │ ├── index.html
│ │ │ ├── introduction.html
│ │ │ ├── migration.html
│ │ │ ├── module.html
│ │ │ ├── providers.html
│ │ │ ├── scope.html
│ │ │ └── templates.html
│ │ ├── misc
│ │ │ ├── contribute.html
│ │ │ ├── downloading.html
│ │ │ ├── faq.html
│ │ │ └── started.html
│ │ └── tutorial
│ │ ├── index.html
│ │ ├── step_00.html
│ │ ├── step_01.html
│ │ ├── step_02.html
│ │ ├── step_03.html
│ │ ├── step_04.html
│ │ ├── step_05.html
│ │ ├── step_06.html
│ │ ├── step_07.html
│ │ ├── step_08.html
│ │ ├── step_09.html
│ │ ├── step_10.html
│ │ ├── step_11.html
│ │ ├── step_12.html
│ │ └── the_end.html
│ ├── robots.txt
│ └── sitemap.xml
├── errors.json
├── i18n
│ ├── angular-locale_af.js
│ ├── angular-locale_af-na.js
│ ├── angular-locale_af-za.js
│ ├── angular-locale_am-et.js
│ ├── angular-locale_am.js
│ ├── angular-locale_ar-001.js
│ ├── angular-locale_ar-ae.js
│ ├── angular-locale_ar-bh.js
│ ├── angular-locale_ar-dz.js
│ ├── angular-locale_ar-eg.js
│ ├── angular-locale_ar-iq.js
│ ├── angular-locale_ar-jo.js
│ ├── angular-locale_ar.js
│ ├── angular-locale_ar-kw.js
│ ├── angular-locale_ar-lb.js
│ ├── angular-locale_ar-ly.js
│ ├── angular-locale_ar-ma.js
│ ├── angular-locale_ar-om.js
│ ├── angular-locale_ar-qa.js
│ ├── angular-locale_ar-sa.js
│ ├── angular-locale_ar-sd.js
│ ├── angular-locale_ar-sy.js
│ ├── angular-locale_ar-tn.js
│ ├── angular-locale_ar-ye.js
│ ├── angular-locale_bg-bg.js
│ ├── angular-locale_bg.js
│ ├── angular-locale_bn-bd.js
│ ├── angular-locale_bn-in.js
│ ├── angular-locale_bn.js
│ ├── angular-locale_ca-ad.js
│ ├── angular-locale_ca-es.js
│ ├── angular-locale_ca.js
│ ├── angular-locale_cs-cz.js
│ ├── angular-locale_cs.js
│ ├── angular-locale_da-dk.js
│ ├── angular-locale_da.js
│ ├── angular-locale_de-at.js
│ ├── angular-locale_de-be.js
│ ├── angular-locale_de-ch.js
│ ├── angular-locale_de-de.js
│ ├── angular-locale_de.js
│ ├── angular-locale_de-li.js
│ ├── angular-locale_de-lu.js
│ ├── angular-locale_el-cy.js
│ ├── angular-locale_el-gr.js
│ ├── angular-locale_el.js
│ ├── angular-locale_en-as.js
│ ├── angular-locale_en-au.js
│ ├── angular-locale_en-bb.js
│ ├── angular-locale_en-be.js
│ ├── angular-locale_en-bm.js
│ ├── angular-locale_en-bw.js
│ ├── angular-locale_en-bz.js
│ ├── angular-locale_en-ca.js
│ ├── angular-locale_en-dsrt.js
│ ├── angular-locale_en-dsrt-us.js
│ ├── angular-locale_en-fm.js
│ ├── angular-locale_en-gb.js
│ ├── angular-locale_en-gu.js
│ ├── angular-locale_en-gy.js
│ ├── angular-locale_en-hk.js
│ ├── angular-locale_en-ie.js
│ ├── angular-locale_en-in.js
│ ├── angular-locale_en-iso.js
│ ├── angular-locale_en-jm.js
│ ├── angular-locale_en.js
│ ├── angular-locale_en-mh.js
│ ├── angular-locale_en-mp.js
│ ├── angular-locale_en-mt.js
│ ├── angular-locale_en-mu.js
│ ├── angular-locale_en-na.js
│ ├── angular-locale_en-nz.js
│ ├── angular-locale_en-ph.js
│ ├── angular-locale_en-pk.js
│ ├── angular-locale_en-pr.js
│ ├── angular-locale_en-pw.js
│ ├── angular-locale_en-sg.js
│ ├── angular-locale_en-tc.js
│ ├── angular-locale_en-tt.js
│ ├── angular-locale_en-um.js
│ ├── angular-locale_en-us.js
│ ├── angular-locale_en-vg.js
│ ├── angular-locale_en-vi.js
│ ├── angular-locale_en-za.js
│ ├── angular-locale_en-zw.js
│ ├── angular-locale_es-419.js
│ ├── angular-locale_es-ar.js
│ ├── angular-locale_es-bo.js
│ ├── angular-locale_es-cl.js
│ ├── angular-locale_es-co.js
│ ├── angular-locale_es-cr.js
│ ├── angular-locale_es-do.js
│ ├── angular-locale_es-ea.js
│ ├── angular-locale_es-ec.js
│ ├── angular-locale_es-es.js
│ ├── angular-locale_es-gq.js
│ ├── angular-locale_es-gt.js
│ ├── angular-locale_es-hn.js
│ ├── angular-locale_es-ic.js
│ ├── angular-locale_es.js
│ ├── angular-locale_es-mx.js
│ ├── angular-locale_es-ni.js
│ ├── angular-locale_es-pa.js
│ ├── angular-locale_es-pe.js
│ ├── angular-locale_es-pr.js
│ ├── angular-locale_es-py.js
│ ├── angular-locale_es-sv.js
│ ├── angular-locale_es-us.js
│ ├── angular-locale_es-uy.js
│ ├── angular-locale_es-ve.js
│ ├── angular-locale_et-ee.js
│ ├── angular-locale_et.js
│ ├── angular-locale_eu-es.js
│ ├── angular-locale_eu.js
│ ├── angular-locale_fa-af.js
│ ├── angular-locale_fa-ir.js
│ ├── angular-locale_fa.js
│ ├── angular-locale_fi-fi.js
│ ├── angular-locale_fi.js
│ ├── angular-locale_fil.js
│ ├── angular-locale_fil-ph.js
│ ├── angular-locale_fr-be.js
│ ├── angular-locale_fr-bf.js
│ ├── angular-locale_fr-bi.js
│ ├── angular-locale_fr-bj.js
│ ├── angular-locale_fr-bl.js
│ ├── angular-locale_fr-ca.js
│ ├── angular-locale_fr-cd.js
│ ├── angular-locale_fr-cf.js
│ ├── angular-locale_fr-cg.js
│ ├── angular-locale_fr-ch.js
│ ├── angular-locale_fr-ci.js
│ ├── angular-locale_fr-cm.js
│ ├── angular-locale_fr-dj.js
│ ├── angular-locale_fr-fr.js
│ ├── angular-locale_fr-ga.js
│ ├── angular-locale_fr-gf.js
│ ├── angular-locale_fr-gn.js
│ ├── angular-locale_fr-gp.js
│ ├── angular-locale_fr-gq.js
│ ├── angular-locale_fr.js
│ ├── angular-locale_fr-km.js
│ ├── angular-locale_fr-lu.js
│ ├── angular-locale_fr-mc.js
│ ├── angular-locale_fr-mf.js
│ ├── angular-locale_fr-mg.js
│ ├── angular-locale_fr-ml.js
│ ├── angular-locale_fr-mq.js
│ ├── angular-locale_fr-ne.js
│ ├── angular-locale_fr-re.js
│ ├── angular-locale_fr-yt.js
│ ├── angular-locale_gl-es.js
│ ├── angular-locale_gl.js
│ ├── angular-locale_gsw-ch.js
│ ├── angular-locale_gsw.js
│ ├── angular-locale_gu-in.js
│ ├── angular-locale_gu.js
│ ├── angular-locale_he-il.js
│ ├── angular-locale_he.js
│ ├── angular-locale_hi-in.js
│ ├── angular-locale_hi.js
│ ├── angular-locale_hr-hr.js
│ ├── angular-locale_hr.js
│ ├── angular-locale_hu-hu.js
│ ├── angular-locale_hu.js
│ ├── angular-locale_id-id.js
│ ├── angular-locale_id.js
│ ├── angular-locale_in.js
│ ├── angular-locale_is-is.js
│ ├── angular-locale_is.js
│ ├── angular-locale_it-it.js
│ ├── angular-locale_it.js
│ ├── angular-locale_it-sm.js
│ ├── angular-locale_iw.js
│ ├── angular-locale_ja-jp.js
│ ├── angular-locale_ja.js
│ ├── angular-locale_kn-in.js
│ ├── angular-locale_kn.js
│ ├── angular-locale_ko.js
│ ├── angular-locale_ko-kr.js
│ ├── angular-locale_ln-cd.js
│ ├── angular-locale_ln.js
│ ├── angular-locale_lt.js
│ ├── angular-locale_lt-lt.js
│ ├── angular-locale_lv.js
│ ├── angular-locale_lv-lv.js
│ ├── angular-locale_ml-in.js
│ ├── angular-locale_ml.js
│ ├── angular-locale_mr-in.js
│ ├── angular-locale_mr.js
│ ├── angular-locale_ms.js
│ ├── angular-locale_ms-my.js
│ ├── angular-locale_mt.js
│ ├── angular-locale_mt-mt.js
│ ├── angular-locale_nl-cw.js
│ ├── angular-locale_nl.js
│ ├── angular-locale_nl-nl.js
│ ├── angular-locale_nl-sx.js
│ ├── angular-locale_no.js
│ ├── angular-locale_or-in.js
│ ├── angular-locale_or.js
│ ├── angular-locale_pl.js
│ ├── angular-locale_pl-pl.js
│ ├── angular-locale_pt-br.js
│ ├── angular-locale_pt.js
│ ├── angular-locale_pt-pt.js
│ ├── angular-locale_ro.js
│ ├── angular-locale_ro-ro.js
│ ├── angular-locale_ru.js
│ ├── angular-locale_ru-ru.js
│ ├── angular-locale_sk.js
│ ├── angular-locale_sk-sk.js
│ ├── angular-locale_sl.js
│ ├── angular-locale_sl-si.js
│ ├── angular-locale_sq-al.js
│ ├── angular-locale_sq.js
│ ├── angular-locale_sr-cyrl-rs.js
│ ├── angular-locale_sr.js
│ ├── angular-locale_sr-latn-rs.js
│ ├── angular-locale_sv.js
│ ├── angular-locale_sv-se.js
│ ├── angular-locale_sw.js
│ ├── angular-locale_sw-tz.js
│ ├── angular-locale_ta-in.js
│ ├── angular-locale_ta.js
│ ├── angular-locale_te-in.js
│ ├── angular-locale_te.js
│ ├── angular-locale_th.js
│ ├── angular-locale_th-th.js
│ ├── angular-locale_tl.js
│ ├── angular-locale_tr.js
│ ├── angular-locale_tr-tr.js
│ ├── angular-locale_uk.js
│ ├── angular-locale_uk-ua.js
│ ├── angular-locale_ur.js
│ ├── angular-locale_ur-pk.js
│ ├── angular-locale_vi.js
│ ├── angular-locale_vi-vn.js
│ ├── angular-locale_zh-cn.js
│ ├── angular-locale_zh-hans-cn.js
│ ├── angular-locale_zh-hk.js
│ ├── angular-locale_zh.js
│ ├── angular-locale_zh-tw.js
│ ├── angular-locale_zu.js
│ └── angular-locale_zu-za.js
├── version.json
└── version.txt
24 directories, 649 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论