Fagner Nunes Carvalho
Fagner Nunes Carvalho
I think this is related to the issue #62. It seems that you need either to use the body element to declare your ng-app directive or set the `blockUIConfig.autoInjectBodyBlock` to...
Did you try adding quotation marks in bootstrap? ``` mainFiles: { 'bootstrap': [ "js/transition.js", ....... ] } ```
To anyone that got here I resolved this issue by running: * `rm-rf node_modules package-lock.json` * `npm i`