mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.
http://mihnsen.github.io/ui-carousel/
MIT License
77 stars 67 forks source link

Can't make fork run... #78

Open manusoftar opened 4 years ago

manusoftar commented 4 years ago

I forked this repo to add some features to the carousel but even the original code won't pass any of the configured tests, karma gives errors everywhere, i cannot compile a thing...

One of the first things that fail is this:

SyntaxError: Use of reserved word 'let' in strict mode at test/unit/ui-carousel/controllers/carousel.controller.js:4

And that is from the original sources, not modified by me... Can you give me a hand to check my setup so i can start developing on this...???

Thanks.-