angularjs-ng-hint

ngHint plugin cannot be run as ngHint code was never included into the page

对着背影说爱祢 提交于 2019-12-08 02:29:37
问题 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 accessibility plugins without issue, but I keep getting the below error when trying to use the ngHint plugin. What needs to be done to include the ngHint code into a page so it can run? The Protractor plugin documentation doesn't specify to do anything besides listing the plugin in the conf.js

ngHint plugin cannot be run as ngHint code was never included into the page

妖精的绣舞 提交于 2019-12-06 07:23:41
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 accessibility plugins without issue, but I keep getting the below error when trying to use the ngHint plugin. What needs to be done to include the ngHint code into a page so it can run? The Protractor plugin documentation doesn't specify to do anything besides listing the plugin in the conf.js file. According to the source code of the plugin , it can only mean one thing: angular.hint is not defined