角控制器
这个问题在这里已经有了答案:
当时你试图缩小代码
angular.module('myApp', [])
.controller('SomeController', ['$scope', function($scope) {
$scope.qty = 1;
}]);
对正确注入依赖关系很有用。
链接地址: http://www.djcxy.com/p/77803.html上一篇: Angular controller
下一篇: What is the difference between using $scope and this in controllers?