angular-hint icon indicating copy to clipboard operation
angular-hint copied to clipboard

run-time hinting for AngularJS applications

Results 30 angular-hint issues
Sort by recently updated
recently updated
newest added

On file dist/hint.js Object 9 ```js var modData = require('./moduleData'); MODULE_NAME = 'Modules', SEVERITY_WARNING = 2; ``` It must be this ```js var modData = require('./moduleData'), MODULE_NAME = 'Modules', SEVERITY_WARNING...

The `beforeunload` event was never fired is the location was changed before the DOM content had been loaded (e.g. directly inside a `` tag. The `unload` event is fired more...

![image](https://user-images.githubusercontent.com/19618730/43753345-e4afa510-9a22-11e8-84fd-db709b46f9f7.png) Integrating angular-hint in a project, closure compiler as module dependency manager, at first getting error, `require` not defined, now getting this.

See angular/angular.js#13657 Maybe not directives, as the "duplication" is a feature.

Both are not very strongly validated by angular, and since the component is only a subset of the directive options, it especially could benefit from some hinting.

PRs please!
type: feature

With deep watches, the watch length given for the deep watcher is incorrect. In the example below, note the last cycle time vs the time given for `arr`. Bin: http://jsbin.com/fuqotawoki/edit?html,js...

When http://citiesinmotion.iese.edu/indicecim/ (Angular v1.2.16) is debugged with Batarang the console shows the following error message on load: ``` "TypeError: Cannot read property 'exp' of null at humanReadableWatchExpression (chrome-extension://ighdmehidhipcmcojjgiloacoafjmpfk/dist/hint.js:2062) at Scope.scopePrototype.$watch...

## Problem Parsers are hard. ## Current solution Decorate `$parse` and use regexes to do naive checks on expressions. ## Ideal solution Regexes aren't powerful enough. Instead, we should replace...