随笔分类 -  AngularJS

在菜鸟教程网学习
AngularJS
摘要:1.AngularJS 表达式与JavaScript对比 2.调用指令的方式 元素名 属性 类名 注释 3.限制使用指令 restrict值可以是以下几种: E 作为元素名使用 A 作为属性使用 C 作为类名使用 M 作为注释使用 restrict 默认值为EA,即可以通过元素名和属性名来调用指令。 阅读全文

posted @ 2016-11-05 18:23 GoQC 阅读(280) 评论(0) 推荐(0)