angularjs怎么加载页面运行函数
1 回答
鸿蒙传说
TA贡献1865条经验 获得超7个赞
var module = angular.module('testApp', []) .controller('myC',function(){ $scope.ta = [1,2,3,4,5,6]; }) .directive('onFinishRender', function () { return { restrict: 'A', link: function (scope, element, attr) { if (scope.$last
- 1 回答
- 0 关注
- 781 浏览
添加回答
举报
0/150
提交
取消