Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

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

Open
durwasa-chakraborty opened this issue Mar 21, 2016 · 1 comment

Comments

@durwasa-chakraborty
Copy link

Current Value

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

Expected Value

angular.controller('name', ['$scope','$meteor', function($scope,$meteor){ ... }]);
@durwasa-chakraborty
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant