标签:
1.构建一个CRUD(create retrieve update delete)应用需要用到什么?
数据绑定 基本模板标识符 表单验证 路由 深度链接 组件重用 依赖注入
2.运用AngularJs的(Services)和指令(directives)构建完整,健壮的应用。
- 模板系统。
It uses HTML as the templating language
• It doesn‘t require an explicit DOM refresh, as AngularJS is capable of tracking
user actions, browser events, and model changes to figure out when and
which templates to refresh
• It has a very interesting and extensible components subsystem, and it is
possible to teach a browser how to interpret new HTML tags and attributes
标签:
原文地址:http://www.cnblogs.com/goodearth/p/5735107.html