摘要: angular.module('myApp') .directive('listActive',functon(){ return { restrict:'A', scope:{ listActive:‘@’ }, link:function(scope,element){ element.chil 阅读全文
posted @ 2017-08-02 15:12 peiyao 阅读(167) 评论(0) 推荐(0)