**Current Value** ``` angular.controller('name', ['$scope,$meteor', function($scope,$meteor){ ... }]); ``` **Expected Value** ``` angular.controller('name', ['$scope','$meteor', function($scope,$meteor){ ... }]); ```
Current Value
Expected Value