Set the default route
This commit is contained in:
parent
9bc6e1b477
commit
bd7abbe54d
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
controller: 'DupsCtrl'
|
controller: 'DupsCtrl'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
$urlRouterProvider.otherwise("/");
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
app.controller('AuthCtrl',['$scope', '$rootScope', function($scope, $rootScope){
|
app.controller('AuthCtrl',['$scope', '$rootScope', function($scope, $rootScope){
|
||||||
|
|
Loading…
Reference in a new issue