Repository files navigation Lab 34 - Angular UI Bootstrap
To Submit this Assignment
create a fork of this repository
push to your repository
submit a pull request to this repository
submit a link to your PR in canvas
write a question and observation on canvas
.eslintrc
.babelrc
.gitignore
package.json
create an npm build script for running webpack
create an npm build-watch script for running webpack-dev-server --inline --hot
create an npm test script for running karma and all associated tests
create an npm test-watch script for running karma on file system changes
create an npm lint script for linting your JS with eslint
ignore the build directory
webpack.config.js
this should include all of the production environment configurations used in lecture code
karma.config.js
Include the angular-ui-bootstrap and bootstrap-sass modules as application dependencies
Implement 1 (or more), fully styled, angular-ui-bootstrap UI feature - this can be anything included within the module (carousel, pager, modal, etc)
About
Lab 34 - Angular UI Bootstrap
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.