文件名称:AngularJS
- 所属分类:
- 书籍源码
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2016-01-02
- 文件大小:
- 1.24mb
- 下载次数:
- 0次
- 提 供 者:
- sun***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例是AngularJS权威指南的相关例程,例程全面详细,准确,非常有利于学习。-This example is AngularJS authoritative guide related routines, routine comprehensive, detailed and accurate, and very conducive to learning.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AngularJS权威教程(源码)
.......................\.gitignore
.......................\10_configuration
.......................\................\index.html
.......................\10_directives-explained
.......................\.......................\index.html
.......................\.......................\scope
.......................\.......................\.....\inherited-scope.html
.......................\.......................\.....\isolate-scope.html
.......................\.......................\.....\surrounding-scope.html
.......................\.......................\transclusion.html
.......................\11_routing
.......................\..........\app.css
.......................\..........\app.js
.......................\..........\index.html
.......................\13_dependency-injection
.......................\.......................\index.html
.......................\13_validations
.......................\..............\form-validation
.......................\..............\...............\index.html
.......................\..............\index.html
.......................\14_services
.......................\...........\index.html
.......................\15_ajax
.......................\.......\index.html
.......................\15_ajax.zip
.......................\17_promises
.......................\...........\index.html
.......................\18_server
.......................\.........\aws
.......................\.........\...\app.js
.......................\.........\...\controllers.js
.......................\.........\...\directives.js
.......................\.........\...\index.html
.......................\.........\...\main.html
.......................\.........\...\policy.acl
.......................\.........\...\services.js
.......................\.........\node
.......................\.........\....\myApp
.......................\.........\....\.....\.bowerrc
.......................\.........\....\.....\app.js
.......................\.........\....\.....\bower.json
.......................\.........\....\.....\package.json
.......................\.........\....\.....\public
.......................\.........\....\.....\......\index.html
.......................\.........\....\.....\......\javascripts
.......................\.........\....\.....\......\...........\app.js
.......................\.........\....\.....\......\...........\services.js
.......................\.........\....\.....\......\stylesheets
.......................\.........\....\.....\......\...........\style.css
.......................\.........\....\.....\routes
.......................\.........\....\.....\......\hits.js
.......................\.........\....\.....\......\index.js
.......................\.........\....\.....\......\user.js
.......................\.........\....\.....\views
.......................\.........\....\.....\.....\index.jade
.......................\.........\....\.....\.....\layout.jade
.......................\19_testing
.......................\..........\karma
.......................\..........\.....\karma-e2e.conf.js
.......................\..........\.....\karma.conf.js
.......................\..........\.....\package.json
.......................\..........\.....\public
.......................\..........\.....\......\index.html
.......................\..........\.....\......\js
.......................\..........\.....\......\..\app.js
.......................\..........\.....\......\..\controllers.js
.......................\..........\.....\......\..\directives.js
.......................\..........\.....\......\..\filters.js
.......................\..........\.....\......\lib
.......................\..........\.....\......\...\angular-mocks.js
.......................\..........\.....\......\...\angular-route.js
.......................\..........\.....\......\...\angular.js
.......................\..........\.....\......\templates
.......................\..........\.....\......\.........\dashboard.html
.......................\..........\.....\......\.........\home.html
.......................\....