2c8740d6fddf998860f3a813e2677d42d2d49938
[portal/sdk.git] /
1 app.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/notebook-integration/scripts/view-models/notebook-viz.html',   
13                 controller: 'notebookFrameController'
14                 });
15 })