码迷,mamicode.com
首页 > 其他好文 > 详细

Angular1 Attack!!!

时间:2016-08-04 01:33:10      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:

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

 

Angular1 Attack!!!

标签:

原文地址:http://www.cnblogs.com/goodearth/p/5735107.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!