2
0
Fork 0

switch example to ejs (for multi content type)

This commit is contained in:
Willem 2015-03-09 20:31:31 +01:00
parent d31beb5f74
commit 3662aac188
15 changed files with 61 additions and 53 deletions

View file

@ -8,6 +8,7 @@ angular.module('exampleUI', ['ngRoute']).
pageRouteInit[i]($routeProvider, $locationProvider);
}
$routeProvider.otherwise({ redirectTo: '/example-ui' });
$locationProvider.html5Mode(true);
// base kills svg url property + more (but kills ie9 support)
$locationProvider.html5Mode({enabled: true, requireBase: false});
}]);