摘要: 自定义指令编写时钟模板 controller 1 angular.module("ezstuff",[])//创建模块ezstuff 2 .directive("ezClock",function(){//在模块上注册指令ezClock的类工厂 3 return { 4... 阅读全文
posted @ 2015-03-13 10:58 _Walker 阅读(293) 评论(0) 推荐(0)