Is there any difference in this scope statement mentioned in the angular documentation:
myApp.controller('DoubleController', ['$scope', function($scope) {
$scope.double = function(value) { return value * 2; };
}]);
for this scope?
myApp...
asked by
21.05.2015 / 15:20