This repository was archived by the owner on Feb 18, 2021. It is now read-only.
v0.6.0
/src
- added angular ui bootstrap v0.11.0 library
- change old pagination code to use angular ui bootstrap pagination directive, for example: bookmarks/templates/list.html | bookmarks/controllers/list.js
/shared/mock
reviewed- datasource.js created to encapsulate common behaviors and manipulate Lokijs collections, and simplify mock data definition for example: bookmarks/mock/data.js
/tools
- Grunt
Gruntfile.js
- resolved an issue problem, where connect proxy plugin was not loading with jit-grunt- Created a library and custom task for generate files basead on templates files
- questions flow : /helpers/grunt/lib/generate/questions.js
- generate engine : /helpers/grunt/lib/generate/engine.js
- grunt generate config file : /helpers/grunt/config/generate.js
- command:
grunt generate
|> that will run an interactive terminal with some questions - available templates:
- Angular.js
- Grunt config file