Skip to content

Commit

Permalink
fix(datePicker) - fixed datePicker position
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadouski committed Dec 14, 2016
1 parent 6b7ba30 commit 24e06af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div class="datepicker row">
<div class="col-sm-6" ng-controller="datepickerCtrl">
<div class="col-xlg-6 col-md-12 col-sm-6" ng-controller="datepickerCtrl">
<h4>Inline</h4>
<label>Selected date is: <em>{{dt | date:'fullDate' }}</em></label>
<div class="uib-datepicker-wrap">
<uib-datepicker ng-model="dt" datepicker-options="options"></uib-datepicker>
</div>
</div>

<div class="col-sm-6" ng-controller="datepickerpopupCtrl">
<div class="col-xlg-6 col-md-12 col-sm-6" ng-controller="datepickerpopupCtrl">
<h4>Popup</h4>
<label>Selected date is: <em>{{dt | date:'fullDate' }}</em></label>
<p class="input-group">
Expand Down
1 change: 0 additions & 1 deletion src/sass/theme/_datePicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}

.uib-datepicker-wrap {
display:inline-block;
min-height:270px;
}

Expand Down

0 comments on commit 24e06af

Please sign in to comment.