angular-intro.js icon indicating copy to clipboard operation
angular-intro.js copied to clipboard

What are the minimum requirements to work?

Open missjewel opened this issue 8 years ago • 2 comments

I have angular version 1.5.8 and it does not work

missjewel avatar Oct 26 '16 14:10 missjewel

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

image

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.

canercandan avatar Nov 11 '16 10:11 canercandan

@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

canercandan avatar Nov 11 '16 11:11 canercandan