[问题] angularJS $scope

楼主: sean72 (.)   2015-12-04 14:07:15
angularJS 新手初学
在w3school看到下面范例
http://www.w3schools.com/angular/tryit.asp?filename=try_ng_tables_simple
为什么他在controller里面不需要产生$scope object?
ex:
app.controller('customersCtrl', ['$scope',function($scope, $http) {
...
}]);
而我自己将它补入之后却无法执行 http get
http://plnkr.co/edit/o8CoU53e9jhTnZMfZ5mP?p=preview
谢谢
作者: foreverangle (路人)   2015-12-04 15:39:00
因为angular会检查function传入值,所以不写也可以但名称一定要对才可以如果你要指定传入,你后面还少了一个'$http'http://goo.gl/Pa78du
作者: Hevak (Arthow Eshes)   2015-12-04 18:39:00
习惯写会比较好,不然以后对javascript做minify时会出问题

Links booklink

Contact Us: admin [ a t ] ucptt.com