Set the default route

This commit is contained in:
Philippe Vienne 2016-04-17 20:06:50 +02:00
parent 9bc6e1b477
commit bd7abbe54d

View file

@ -33,7 +33,8 @@
controller: 'DupsCtrl'
}
}
})
});
$urlRouterProvider.otherwise("/");
}]);
app.controller('AuthCtrl',['$scope', '$rootScope', function($scope, $rootScope){