mcasimir / mobile-angular-ui

Angular.js Mobile UI Framework with Bootstrap 3
http://mobileangularui.com/
MIT License
2.87k stars 709 forks source link

Explicitly define FastClick? #353

Closed krilina closed 8 years ago

krilina commented 8 years ago

Hi, I am loading the lib with requirejs and I get the following error:

Error: Mismatched anonymous define() module: function () { "use strict"; return FastClick; } http://requirejs.org/docs/errors.html#mismatch

Which relates to a resolved issue in fastclick lib #https://github.com/ftlabs/fastclick/issues/281.

Would it be possible to update the lib and get the fix?

Thank you!

mcasimir commented 8 years ago

@krilina updated fastclick version is present in pipeline-refactor branch and will be merged soon!

Thanks for reporting!

mcasimir commented 8 years ago

referencing #301