Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
241 views

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:...
Maruf's user avatar
  • 900
2 votes
1 answer
158 views

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 ...
Chris Traynor's user avatar
1 vote
0 answers
172 views

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 ...
harishr's user avatar
  • 18.1k