Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
refactor(datepicker): removed duplicated css class in a template
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruni authored and pkozlowski-opensource committed Sep 29, 2013
1 parent aa3eaa9 commit 58cd74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/datepicker/popup.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ul class="dropdown-menu" ng-style="{display: (isOpen && 'block') || 'none', top: position.top+'px', left: position.left+'px'}" class="dropdown-menu">
<ul class="dropdown-menu" ng-style="{display: (isOpen && 'block') || 'none', top: position.top+'px', left: position.left+'px'}">
<li ng-transclude></li>
<li class="divider"></li>
<li style="padding: 9px;">
Expand All @@ -9,4 +9,4 @@
</span>
<button type="button" class="btn btn-small btn-success pull-right" ng-click="isOpen = false">{{closeText}}</button>
</li>
</ul>
</ul>

0 comments on commit 58cd74b

Please sign in to comment.