3 questions
3
votes
1
answer
241
views
Angular ngHint - expressions don't suport hyphens
I've noticed this on 3.15-3.16 suddenly I started getting errors for expressions with hyphens (minus signs)
Source: <div ng-click="Landing.goSlide(-1,4)"></div>
Error: Error: [$parse:...
2
votes
1
answer
158
views
ngHint plugin cannot be run as ngHint code was never included into the page
I've recently updated an AngularJS project to use Protractor 2.x and wanted to take advantage of the newly embedded plugins that come along with it. I was able to activate the timeline, console, and ...
1
vote
0
answers
172
views
ngHint as gulp task
ngHint is an angularjs package, which provides run-time hinting for AngularJS applications. I want to include that as an gulp task, just like js-hint and get the report of issues on node console.
How ...