disable angular html5 mode
This commit is contained in:
parent
344b009ca2
commit
4395e8eb09
|
@ -1,5 +1,4 @@
|
|||
var RosaABF = angular.module('RosaABF', ['ngResource', 'ng-rails-csrf', 'angular-i18n', 'angularMoment']);
|
||||
RosaABF.config(['$locationProvider', function config ($locationProvider) { $locationProvider.html5Mode(true) }]);
|
||||
|
||||
var DateTimeFormatter = function() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue