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.

source
share