stable
Clone or download
Read-only
task #12141 Refacto "Ã la papa"
Change-Id: I40bff509ab2092db01988cf3400358cd0c6ac959
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/Gruntfile.js | +17 | −2 | Go to diff View file |
M | www/scripts/angular/bower.json | +3 | −6 | Go to diff View file |
M | www/scripts/angular/build.config.js | +2 | −1 | Go to diff View file |
M | www/scripts/angular/karma/karma-unit.tpl.js | +0 | −1 | Go to diff View file |
M | www/scripts/angular/package.json | +1 | −1 | Go to diff View file |
D | www/scripts/angular/src/app/README.md | +0 | −91 | Go to diff View file |
A | www/scripts/angular/src/app/app-config.js | +9 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/app-controller.js | +13 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/app.js | +4 | −16 | Go to diff View file |
M | www/scripts/angular/src/app/app.spec.js | +11 | −13 | Go to diff View file |
D | www/scripts/angular/src/app/campaign-list/campaign-list-controller.js | +0 | −4 | Go to diff View file |
D | www/scripts/angular/src/app/campaign-list/campaign-list-service.js | +0 | −10 | Go to diff View file |
D | www/scripts/angular/src/app/campaign-list/campaign-list.js | +0 | −29 | Go to diff View file |
A | www/scripts/angular/src/app/campaign/campaign-config.js | +17 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/campaign/campaign-list-controller.js | +10 | −0 | Go to diff View file |
R | www/scripts/angular/src/app/campaign-list/campaign-list.tpl.html | Go to diff View file | ||
A | www/scripts/angular/src/app/campaign/campaign-service.js | +17 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/campaign/campaign.js | +5 | −0 | Go to diff View file |
R | www/scripts/angular/src/app/campaign-list/campaign-list.less | Go to diff View file | ||
M | www/scripts/angular/src/app/shared-properties/shared-properties-service.js | +36 | −20 | Go to diff View file |
M | www/scripts/angular/src/app/shared-properties/shared-properties.js | +1 | −3 | Go to diff View file |
D | www/scripts/angular/src/assets/README.md | +0 | −5 | Go to diff View file |
D | www/scripts/angular/src/less/README.md | +0 | −28 | Go to diff View file |
M | www/scripts/angular/src/less/main.less | +1 | −1 | Go to diff View file |