The ngHint plugin could not be started because the ngHint code was never included in the page

I recently updated my AngularJS project to use Protractor 2.x and wanted to take advantage of the recently built-in plugins that come with it. I was able to activate the timeline, console, and availability plugins without problems, but when I try to use the ngHint plugin, I get the following error.

What needs to be done to include ngHint code in a page so that it can run? Protractor plugin documentation doesn’t tell you to do anything other than listing the plugin in conf.js.

terminal output

+2
source share
1 answer

, : angular.hint , angular -hint .

, angular ngHint.js.

. . noNgHint.html, index.html (. angular -hint js ).

+1

All Articles