We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df0f52 commit ae7de9aCopy full SHA for ae7de9a
app/templates/client/app/app(coffee).coffee
@@ -10,7 +10,7 @@ angular.module('<%= scriptAppName %>', [<%= angularModules %>])
10
$httpProvider.interceptors.push 'authInterceptor'<% } %>
11
)<% } %><% if(filters.uirouter) { %>.config (($stateProvider, $urlRouterProvider, $locationProvider<% if(filters.auth) { %>, $httpProvider<% } %>) ->
12
$urlRouterProvider
13
- .otherwise('/');
+ .otherwise('/')
14
15
$locationProvider.html5Mode true<% if(filters.auth) { %>
16
0 commit comments