angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

areq error #50

Open luckylooke opened 9 years ago

luckylooke commented 9 years ago

After I added nghint to my application I am getting this error:

Error: [ng:areq] http://errors.angularjs.org/1.3.1/ng/areq?p0=fn&p1=not%20a%20function%2C%20got%20undefined
    at Error (native)
    at http://localhost:8000/bower_components/angular/angular.min.js:6:416
    at Mb (http://localhost:8000/bower_components/angular/angular.min.js:19:417)
    at mb (http://localhost:8000/bower_components/angular/angular.min.js:20:1)
    at Object.Ub [as annotate] (http://localhost:8000/bower_components/angular/angular.min.js:34:45)
    at http://localhost:8000/bower_components/hint.js:1050:38
    at http://localhost:8000/bower_components/angular/angular.min.js:56:381
    at s (http://localhost:8000/bower_components/angular/angular.min.js:7:408)
    at G (http://localhost:8000/bower_components/angular/angular.min.js:56:248)
    at g (http://localhost:8000/bower_components/angular/angular.min.js:51:172) angular.js:11339(anonymous function) angular.js:11339(anonymous function) angular.js:8415h.$apply angular.js:14210$delegate.__proto__.$apply VM3042:855(anonymous function) angular.js:1454e angular.js:4118d angular.js:1452ta.resumeBootstrap angular.js:1480maybeBootstrap hint.js:49

nghint version: latest, downloaded yesterday // please put version number into hint.js browser and os: Chromium Version 37.0.2062.120 Ubuntu 14.04 (281580) (64-bit) bootstrap is mentioned there.. Im using ui-bootstrap from angular team in my app maybe it is related

thanks