Arguments of the function inside the controller and the control parameters should have a delimiter between them.
durwasa-chakraborty opened this issue · 1 comments
durwasa-chakraborty commented
Current Value
angular.controller('name', ['$scope,$meteor', function($scope,$meteor){ ... }]);
Expected Value
angular.controller('name', ['$scope','$meteor', function($scope,$meteor){ ... }]);
durwasa-chakraborty commented
I'll be more than happy to work around this issue. Can anyone provide me with the necessary lead?