stable

Clone or download

Read-only

How to test this: - run bower install When you click on "Show reports", an empty modal should be displayed. Change-Id: If1af0e972a25c331979f1745b253b3106ff59322

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +15 −4 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +12 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +21 −9 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.scss +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +5 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_reports-modal.scss +28 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.js +41 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.tpl.html +19 −0 Go to diff View file