Closed fpernia closed 9 years ago
Good catch, I'll be able to fix that pretty quickly this evening. Thanks!
@benmarch Thanks for your time. I'll be aware :)
When I Try to execute the Bootstrap Tour in grunt i am getting this error Please Help Me out with this Solution
When I add the window.Tour() its working fine this is the correct solution..?
var tour = new Window.Tour({
--
});
@pgksunilkumar are you running Grunt in your app, or in the Angular Bootstrap Tour source code?
Yes I am using the Grunt App
Ok this appears to be an issue with your JSHint config then. It also looks like you are bypassing this library and trying to use Bootstrap Tour directly. Please see the README for examples.
When I try to execute the project with the instructions of MD file, specifically when I execute "grunt" I get this error:
Running "jshint:all" (jshint) task
Gruntfile.js 99 | bower_main: { ^ Identifier 'bower_main' is not in camel case. app\tour_controller.js 118 | tour = new Tour(options); ^ 'Tour' is not defined.
Aborted due to warnings.