darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

your bower.json is messed up #23

Closed WindyWong closed 10 years ago

WindyWong commented 10 years ago

You have two main in bower.json as below, which causes problem with wiredep. Do you want to check it? Thanks!

"main": [ "./dist/ng-slider.min.js", "./dist/css/ng-slider.min.css" ], "main": "", "dependencies": { "angular": "1.2.x", "angular-sanitize": "1.2.x", "jquery": "latest" },