stable

Forked from tuleap/stable

Clone or download

Read-only

Replace $scope by controllerAs syntax

This is part of story #8659: have efficient drag'n drop $scope is not needed anymore in app-planning-controller. We will no longer have problems with primitives being overridden in children scopes! Since this affects every exposed function, you should test everything in planning-v2 : - add backlog item - edit backlog item - add milestone - edit milestone - add child item - drag and drop - show / hide - etc. Change-Id: Ic716becdb2e33355778922622bb5cc7a2667552e

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/po/fr.po +9 −22 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/template.pot +14 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-config.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +170 −158 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +360 −316 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html +25 −25 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html +3 −3 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.tpl.html +11 −11 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +87 −50 Go to diff View file