标签:dashboard 相关 short between 并且 beta master ast for
关于Angular:
AngularJS诞生于2009年, 由Misko Hevery 等人创建, 后为Google所收购。 是一款优秀的前端JS框架, 已经被用于Google的多款产品当中。
AngularJS 的核心是: MV*、 模块化、 指令系统、双向数据绑定、依赖注入,扩展了HTML的语法。
Model is the data and the database.
View is the user interface and what the user sees.
Controller is the main link between Model and View.
学习:
相关文档:
“相关文档”链接来自 github: https://github.com/angular/angular.js
基本使用方法:
例1:用AngularJS实现一个邮费计算器吧。
要求:当小于1kg时,收费10元;后续每增重1kg(或小于1kg),增加5元。
例2:$http 是比较重要的一个服务,试试看吧。
要求:使用$http 服务实现get请求,若成功则将内容输出。
例3:路由的使用。
要求:实现3个页面跳转
标签:dashboard 相关 short between 并且 beta master ast for
原文地址:http://www.cnblogs.com/Christeen/p/6142887.html