aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
blob: a403b5b55ed25c291fc5daa6c56ec7e70ac8f2bc (plain)
1
2
3
4
5
6
angular.module('att.abs.helper', []);
angular.module('quantum', []);
angular.module('ui.bootstrap', []);
var app=angular.module("abs", ["att.abs", "att.abs.helper","modalServices",
                               "att.gridster","checklist-model","ngRoute", "ui.bootstrap","ngCookies"]);