UNPKG

eslint-plugin-angular

Version:
6 lines (4 loc) 202 B
// example - valid: true $window.alert('Hello world!'); // example - valid: false, errorMessage: "You should use the $window service instead of the default window object" window.alert('Hello world!');