summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-overlay/src/main/webapp/app/dbcapp/home/appDS2.js
blob: dc0e016623a73797ec3aa1d2667aa8f6e5b103ab (plain)
1
2
3
4
5
6
7
8
9
/* Angular application for the DBC web UI */
var appDS2 = angular.module("abs", 
		[
			'ngCookies', 'ngRoute', 'ngMessages',
			'ui.bootstrap', 'ui.bootstrap.modal',
			'b2b.att',
			'modalServices'
		]
	);