stable
Clone or download
Read-only
story #7857: Handle date & datetime fields
Change-Id: I598e3cbed446fb4fa3ccb9a103b3b0bd4fd23bd8
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/agiledashboard/www/js/planning-v2/CHANGELOG.md | +0 | −102 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/Gruntfile.js | +0 | −11 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/LICENSE | +0 | −19 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/bower.json | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/build.config.js | +4 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/changelog.tpl | +0 | −23 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-field-date-directive.js | +30 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-service.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.less | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.tpl.html | +12 | −18 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/less/main.less | +1 | −0 | Go to diff View file |