AngularJS-sublime-package icon indicating copy to clipboard operation
AngularJS-sublime-package copied to clipboard

Arguments of the function inside the controller and the control parameters should have a delimiter between them.

Open durwasa-chakraborty opened this issue 8 years ago • 1 comments

Current Value

angular.controller('name', ['$scope,$meteor', function($scope,$meteor){ ... }]);

Expected Value

angular.controller('name', ['$scope','$meteor', function($scope,$meteor){ ... }]);

durwasa-chakraborty avatar Mar 21 '16 18:03 durwasa-chakraborty

I'll be more than happy to work around this issue. Can anyone provide me with the necessary lead?

durwasa-chakraborty avatar Mar 21 '16 18:03 durwasa-chakraborty