We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68170b commit 0bef405Copy full SHA for 0bef405
rules/utils/angular-rule.js
@@ -205,7 +205,7 @@ function angularRule(ruleDefinition) {
205
if (node.type !== 'Identifier') {
206
return;
207
}
208
-
+
209
var func;
210
scope.variables.some(function(variable) {
211
if (variable.name === node.name) {
test/di.js
@@ -204,7 +204,7 @@ valid.push({
204
}, {
code: 'angular.module("MyModule").value("emptyArray", []);',
options: ['function']
-},{
+}, {
code: 'vm.navRoutes = states.filter(x).sort(y);',
0 commit comments