summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-controllers/bootstrap-sample-controller.js
blob: 74a7423e4854b5acd4cb752e2901a9b4c7480485 (plain)
1
2
3
4
5
appDS2.controller(
				'bootstrapSampleController',
				function($scope, $interval, $http, $modal, $log, ManifestService) {
					
				});