Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjengadipati committed Aug 19, 2014
1 parent c513a3a commit 0aa8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app.run(function() {
//This will handle all of our routing
app.config(function($routeProvider, $locationProvider) {

$routeProvider.when('/admin', {
$routeProvider.when('/', {
templateUrl: 'js/templates/login.html',
controller: 'LoginController'
}).when('/home', {
Expand Down

0 comments on commit 0aa8de1

Please sign in to comment.