cdn js error
apneadiving opened this issue · 2 comments
apneadiving commented
When requiring the minified version of the plugin on cdnjs (http://cdnjs.com/libraries/angular-bindonce):
//cdnjs.cloudflare.com/ajax/libs/angular-bindonce/0.2.2/angular-bindonce.min.js
I've got:
Uncaught SyntaxError: Unexpected token ( angular-bindonce.min.js:1)
Works fine with the non minified though.
Pasvaz commented
That version is really old, don't use that, use bower or download the current trunk.
apneadiving commented
ok :)