ng1bs4 icon indicating copy to clipboard operation
ng1bs4 copied to clipboard

Update Readme for ES5 users?

Open bosticka opened this issue 7 years ago • 1 comments

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... :)

bosticka avatar Aug 31 '17 21:08 bosticka

didn't think about it, Thanks for sharing!

Feel free to add any other snippets that might help the the ecmascriptly challenged amongst us.

IdanCo avatar Sep 01 '17 15:09 IdanCo