ng1bs4
ng1bs4 copied to clipboard
Update Readme for ES5 users?
I am not using ES6 at all so the import examples do not help me. To get it working for me, I had to use:
angular
.module('module', [
'ngSanitize',
'ng1bs4.library'
]);
the .library piece was not obvious, had to look at the source code... :)
didn't think about it, Thanks for sharing!
Feel free to add any other snippets that might help the the ecmascriptly challenged amongst us.