Skip to content

Commit

Permalink
fix(path) - fixed progressbar and datepicker path
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadouski committed Dec 14, 2016
1 parent 5957326 commit 6b7ba30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/form/inputs/inputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/app/theme/services/baProgressModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6b7ba30

Please sign in to comment.