Skip to content

Commit

Permalink
reference non-minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
arknu committed Oct 16, 2014
1 parent f5447e1 commit caa4f3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ function dateTimePickerController($scope, notificationsService, assetsService, a
assetsService.loadCss('lib/datetimepicker/bootstrap-datetimepicker.min.css').then(function() {

var filesToLoad = ["lib/datetimepicker/moment-with-locales.js",
"lib/datetimepicker/bootstrap-datetimepicker.min.js"];
"lib/datetimepicker/bootstrap-datetimepicker.js"];


$scope.model.config.language = user.locale;
Expand Down

0 comments on commit caa4f3e

Please sign in to comment.