码迷,mamicode.com
首页 > Web开发 > 详细

全栈老司机roadmap笔记--------(4)angular js

时间:2016-10-04 16:18:00      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:

level4

当我们需要打印多次product name 和product price的时候,我们要重复利用这2行代码

技术分享

如果要传入string,那么用“” 里面包含‘’。利用ng-include

技术分享

加载页面以后,用ajax call来拿到需要include的page

技术分享

---------------------------分割线-----------------------------

a better way to include html template is to create custom directive

use directive to replace ng-include!

技术分享

derective allows you to express behavior of your application!

use custom directive to express behavior example:

技术分享

expressivness is the real power of using custom directive 

 

several kinds of custom directives:

技术分享

 

 How can we define custom directive?

the second part is an anonymous function which return a directive defination object

技术分享

note that the dash in html translates to CamelCase in javaScript! 

 

Element directive

技术分享

 

attribute directive

技术分享

 

 

Attribute Directive vs Element Directive

技术分享

 

Angular make people easier to understand the behavior in html pages

技术分享

 

全栈老司机roadmap笔记--------(4)angular js

标签:

原文地址:http://www.cnblogs.com/jiangchen/p/5930521.html

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