Skip to content

Commit

Permalink
Fixing template path
Browse files Browse the repository at this point in the history
FIxing template path
  • Loading branch information
santiagovazquez committed Aug 27, 2015
1 parent 992d1cd commit 672eb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var Module = angular.module('datePicker', ['angularMoment']);

Module.constant('datePickerConfig', {
template: 'templates/datepicker.html',
template: 'app/templates/datepicker.html',
view: 'month',
views: ['year', 'month', 'date', 'hours', 'minutes'],
step: 5
Expand Down Expand Up @@ -882,4 +882,4 @@ $templateCache.put('app/templates/datepicker.html',
);

}]);
})(angular);
})(angular);

0 comments on commit 672eb27

Please sign in to comment.