eslint-plugin-angular icon indicating copy to clipboard operation
eslint-plugin-angular copied to clipboard

Forbid scalar values on $scope

Open tilmanschweitzer opened this issue 10 years ago • 0 comments

From the angular wiki (https://github.com/angular/angular.js/wiki/Anti-Patterns):

Don't use a scalar variable (null is scalar) as a model within an isolate scope (such as ng-if). (Example: http://embed.plnkr.co/qRhLfw/preview)

(Last missing point from #133)

tilmanschweitzer avatar Dec 08 '15 10:12 tilmanschweitzer