Component-based editable tabs module for angular 1.6
npm install
npm install -g gulp-cli
- if you don't have gulp
gulp serve
ornpm run serve
- development server with auto-refreshgulp serve:dist
ornpm run serve:dist
- development server, serving from dist
Run gulp build
or npm run build
command. Builded files will be in dist
directory
For continious watch task use gulp test:auto
or npm run test:auto
For single test run use gulp test
or npm run test
.
angular 1.6.2
angular-ui-router 1.0.0-rc.1
- It works :)
- Mobile friendly
- CRUD
- Reusability
- Theming
- UI configuration
- Author: Vlad Barinov
- Svg checkbox icon by By Juliia Osadcha
- Scaffolded with FontainJS generator