angular-intro.js
angular-intro.js copied to clipboard
What are the minimum requirements to work?
I have angular version 1.5.8 and it does not work
Your issue description is not clear enough, but I assume you used bower
to install angular-intro.js
in your project and get an error such as
If it is so, the reason is angular-intro.js
strictly using the angularjs version 1.4.0
. Therefore if you are using a newer version 1.5.8
you have to go through this version conflict resolution with bower and select which angularjs version you want to use for.
I actually tried angularjs 1.5.7
on one project and it actually works pretty well so one work around for this issue may be to suggest a PR replacing the strict dependence to angularjs ~1.4.0
by ^1.4.0
in its bower.json file.
@missjewel I just created a PR in order to solve this issue, as long as it is approved yet by the angular-intro.js
team members, you can just call the following command in order to get a working version of angular-intro.js
with angular.js 1.5.8
:
bower install --save https://github.com/canercandan/angular-intro.js.git#patch-1