-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't manage to create my first tour #193
Comments
Hey @Lysoun, There may be a couple things going on here. When you install with bower, you are responsible for all other dependencies (script and link tags), so be sure all of those have been included. This includes the Bootstrap 3 CSS stylesheet. Are there any errors in the console? I wonder if there is any additional information. Thanks, Ben |
Hello @benmarch, Unfortunately I have no errors in the console :(
I did not see any difference. There seems to be no css applying to my tour-step divs, I'm linking you a screenshot of my app with the inspecting css console. I've looked for a css file that would come with angular-ui-tour but could not find any in my bower_components nor node_modules; this may be the problem. I've searched for starts of containers like Please tell me if you need more information, I'd really like to make this work. |
Hi @Lysoun, I am very sorry for the delay. All the angular-ui-tour styles are included in the JavaScript, no need to import anything else, but you will need the Bootstrap 3 styles or custom popover styles. How are you starting the tour? Can you show me some controller code? |
Hello
I've been trying for quite some time to use your library and I can't manage to create my first tour. I have used some examples given in the documentation but I can't make them work.
I am using the exact versions of the following:
Browser: [Opera] Version: 62.0.3331.119
AngularJS: 1.6.4
Angular Bootstrap: I don't have it; it is not a dependency, is it?
Angular UI Tour: 0.9.2
I have installed this library via: Bower
I have observed the following behavior:
Even if I've imported ui Tour in my app.js, I don't seem to create any tours despite my html directives. The contents of my steps do appear but there are no titles, no buttons, nothing but my contents and there is no css. Here is a screen of what I can see:
This is how I expected it to behave:
My steps should be displayed as there are in the demo.
Here is my tour config, and all related step configs:
Additional notes/code:
I have had problems when installing angular-ui-tour: bower would install angular-hotkeys and not cfp-angular-hotkeys and the line given in the README to import hotkeys wasn't correct. I don't think this is related though.
Thank you for your help!
The text was updated successfully, but these errors were encountered: