Skip to content

Commit

Permalink
Root is directed to a mock dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-j committed Mar 15, 2016
1 parent 87ea8ed commit cb190fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/dashboardctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('contiv.dashboard', [])
.config(function ($stateProvider) {
$stateProvider
.state('contiv.dashboard', {
url: '/dashboard',
url: '/',
views: {
//target the ui-view named 'networks' in ROOT state (contiv)
'dashboard@': {
Expand Down

0 comments on commit cb190fa

Please sign in to comment.