Closed
Description
generator-angular-fullstack | 3.5.0
Transpiler | Babel
Markup | HTML
CSS | CSS
Router | ngRoute
Build Tool | Gulp
Client Tests | Jasmin
DB | MongoDB
Auth | N
The problem I report is on a default installation except that I got rid of the linting. The version of the library that got installed had a bug that I did not see an easy way around.
Bootstrap is not included into the page by default. I looked around for a bit and saw it was excluded from wiredep:client
explicitly (note I opted for Gulp). Removing that exclusion successfully injected the dependency into index.html
and it now works fine.