Open bosticka opened 7 years ago
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.
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:
the .library piece was not obvious, had to look at the source code... :)