summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/notebook-integration/scripts/controllers/nbook-framecontroller.js
blob: 2c8740d6fddf998860f3a813e2677d42d2d49938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
app.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/notebook-integration/scripts/view-models/notebook-viz.html',	
		controller: 'notebookFrameController'
		});
})