basic URI handling

This commit is contained in:
Manuel Araoz 2014-06-30 18:41:17 -03:00
commit a7d484c944
4 changed files with 14 additions and 2 deletions

View file

@ -64,7 +64,6 @@ angular
})
.run(function($rootScope, $location) {
$rootScope.$on('$routeChangeStart', function(event, next, current) {
if (!util.supports.data) {
$location.path('unsupported');
} else {