Releases: benmarch/angular-bootstrap-tour
Fixed custom template loading
Updated to support AngularJS 1.6
0.3.5 bump to 0.3.5
Templates and dependencies
Stable release that is identical to 0.3.4-rc.2. Contains fixes for template-url, and cleaned up the dependency graph.
Dependency Cleanup
Moved angular-route to dev dependencies (#15).
Fix custom templates
This is a release candidate because I have not been able to test this feature. Please test it out with both template strings and template urls, and if they both work I will promote it to a full release. Thanks!
Template compilation and tour step on scope
Releasing 2 merged PRs
Testing Template Compilation
Committing untested change for template compilation.
Remote Templates
Fixed issue related to templates not being fetched from backend. Added duration option to tour steps.
Hidden steps
Added feature to make hidden steps available. Good for steps in modals and other hidden elements.
Multi-page tour
Added functionality to tour across multiple pages (using Angular routing), and optional prefix for directive attributes.