stable

Clone or download

Read-only

Add an angular service wrapper for tlp.modal

This is a part of story #10353 display a kanban as a widget This is needed so that we can migrate modals that rely on the timing of the instanciation of the controller such as "reports modal". It will also be needed for the angular-artifact-modal. How to test: - the 'edit kanban' modal should still open and close correctly. Change-Id: Ic14308069cfb66ba0be0301d812fa9fb645f6521

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/karma.conf.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +15 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.spec.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +14 −12 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-directive.js +0 −18 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +189 −187 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +0 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +2 −1 Go to diff View file
A src/www/themes/common/tlp/angular-tlp/index.js +8 −0 Go to diff View file
A src/www/themes/common/tlp/angular-tlp/index.spec.js +1 −0 Go to diff View file
A src/www/themes/common/tlp/angular-tlp/tlp-modal-service.js +163 −0 Go to diff View file
A src/www/themes/common/tlp/angular-tlp/tlp-modal-service.spec.js +265 −0 Go to diff View file