ab88aed9c897756b1fe65f578d609af9123a786f
[portal/sdk.git] /
1 appDS2.config(function($routeProvider) {
2         $routeProvider
3         
4         //.when('/notebook-frame/:id/:key/:value',{
5         //.when('/notebook-frame/:nid/:qprms',{
6         /*.when('/notebook-frame',{
7                 templateUrl: 'app/fusion/notebook-integration/scripts/view-models/notebook-frame.html',
8                 controller: 'notebookFrameController'
9         })*/
10         
11         .otherwise({
12                 templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-samplePages/notebook-viz.html',    
13                 controller: 'notebookFrameController'
14                 });
15 })