disable angular html5 mode

This commit is contained in:
Alexander Machehin 2014-06-19 15:44:19 +06:00
parent 344b009ca2
commit 4395e8eb09
1 changed files with 0 additions and 1 deletions

View File

@ -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() {