摘要: 自定义指令directive,相关功能 代码如下: var app = angular.module("app", []);app.controller('ctrl',function($scope){$scope.max = 5;$scope.ratingVal = 2;$sco... 阅读全文
posted @ 2016-05-24 13:01 James_zhan 阅读(199) 评论(0) 推荐(0)