summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-controllers/ds2-sample/nbook-framecontroller.js
blob: ab88aed9c897756b1fe65f578d609af9123a786f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
appDS2.config(function($routeProvider) {
	$routeProvider
	
	//.when('/notebook-frame/:id/:key/:value',{
	//.when('/notebook-frame/:nid/:qprms',{
	/*.when('/notebook-frame',{
		templateUrl: 'app/fusion/notebook-integration/scripts/view-models/notebook-frame.html',
		controller: 'notebookFrameController'
	})*/
	
	.otherwise({
		templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-samplePages/notebook-viz.html',	
		controller: 'notebookFrameController'
		});
})