2015年8月24日

摘要: 指令是AngularJS四大核心特性之一,另外三个特性是MVC、模块化和依赖注入还有双向数据绑定。 var myModule = angular.module("MyModule",[]); myModule.directive("hello",function() { return { restrict:'AE', template:'Hi everyone!", ... 阅读全文
posted @ 2015-08-24 07:19 1000px 阅读(169) 评论(0) 推荐(0) 编辑

导航