摘要: 自定义指令的属性 transclude:为true时,允许把html中新定义的指令中原来的dom运用到该指令的template中。 属性priority,设置该指令的优先级,优先级大的先执行,默认指令的优先级是0(但ng-repeat指令的优先级默认是1000)。 属性terminal:为true时 阅读全文
posted @ 2017-05-16 13:54 My Way! 阅读(296) 评论(0) 推荐(0) 编辑
摘要: index.html: other.html: index.js: 运行结果: 阅读全文
posted @ 2017-05-16 13:32 My Way! 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: index.html: index.js: 运行结果: 阅读全文
posted @ 2017-05-16 13:18 My Way! 阅读(245) 评论(0) 推荐(0) 编辑