switch example to ejs (for multi content type)
This commit is contained in:
parent
d31beb5f74
commit
3662aac188
15 changed files with 61 additions and 53 deletions
|
|
@ -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});
|
||||
}]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue