Skip to content

Commit

Permalink
modified angular routes
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiocaviglia committed Oct 1, 2013
1 parent ba0a28e commit 0ede2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ angular.module('raw', [
redirectTo: '/',
templateUrl: 'partials/main',
controller: 'rawCtrl'
}).
})/*.
otherwise({
redirectTo: '/'
});
});*/

//$locationProvider.html5Mode(true);
$locationProvider.html5Mode(true);
});

0 comments on commit 0ede2ee

Please sign in to comment.