fix(path) - fixed progressbar and datepicker path

pull/112/merge
ESadouski 2016-12-14 14:09:40 +03:00
parent 59573260b7
commit 6b7ba30e49
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
ba-panel
ba-panel-title="Datepicker"
ba-panel-class="with-scroll">
<div ng-include="'app/pages/form/inputs/widgets/datepickers/datepickers.html'"></div>
<div ng-include="'app/pages/form/inputs/widgets/datePickers/datePickers.html'"></div>
</div>
</div>

View File

@ -29,7 +29,7 @@
if (!opened) {
methods = $uibModal.open({
animation: true,
templateUrl: 'app/pages/ui/modals/progressmodal/progressModal.html',
templateUrl: 'app/pages/ui/modals/progressModal/progressModal.html',
size: 'sm',
keyboard: false,
backdrop: 'static'