angular-ui/AngularJS-sublime-package

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

durwasa-chakraborty opened this issue · 1 comments

Current Value

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

Expected Value

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

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