You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When I add hint.js my application load properly but ngHint tells me that ngHint is included on the page, but is not active because there is nong-hintattribute present (note that I get already Controllers, Modules and Directives hint in console).
If I add ng-hint directive next to my ng-app on <html> I get this error :
TypeError: object is not a function
at http://localhost:9000/assets/vendors/angular/angular.js:7564:13
at forEach (http://localhost:9000/assets/vendors/angular/angular.js:347:20)
at nodeLinkFn (http://localhost:9000/assets/vendors/angular/angular.js:7563:11)
at compositeLinkFn (http://localhost:9000/assets/vendors/angular/angular.js:6959:13)
at compositeLinkFn (http://localhost:9000/assets/vendors/angular/angular.js:6962:13)
at publicLinkFn (http://localhost:9000/assets/vendors/angular/angular.js:6838:30)
at http://localhost:9000/assets/vendors/angular-hint/hint.js:2063:22
at http://localhost:9000/assets/vendors/angular/angular.js:1456:27
at Scope.$eval (http://localhost:9000/assets/vendors/angular/angular.js:14110:28)
at Scope.$apply (http://localhost:9000/assets/vendors/angular/angular.js:14208:23)
Versions info :
ngHint : master at 10:30 today
Angular : 1.3.1
I'm not sure if I'm using ng-hint properly or if it's a bug.
Feel free to ask me more details if needed.
The text was updated successfully, but these errors were encountered:
When I add
hint.js
my application load properly but ngHint tells me thatngHint is included on the page, but is not active because there is no
ng-hintattribute present
(note that I get already Controllers, Modules and Directives hint in console).If I add
ng-hint
directive next to myng-app
on<html>
I get this error :Versions info :
ngHint :
master
at 10:30 todayAngular : 1.3.1
I'm not sure if I'm using ng-hint properly or if it's a bug.
Feel free to ask me more details if needed.
The text was updated successfully, but these errors were encountered: