summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-controllers/bootstrap-sample-route.js
blob: ac1ba168fb46d7ddb75c1c57f4e26c587ae43f6a (plain)
1
2
3
4
5
6
7
appDS2.config(function($routeProvider) {
	$routeProvider
	.otherwise({
		templateUrl: 'app/fusion/scripts/DS2-view-models/bootstrap-sample-content.html',
		controller : "bootstrapSampleController"
	});
});