This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h4>Popup</h4>
12
12
< p class ="input-group ">
13
13
< input type ="text " class ="form-control " datepicker-popup ="{{format}} " ng-model ="dt " is-open ="opened " min-date ="minDate " max-date ="'2015-06-22' " datepicker-options ="dateOptions " date-disabled ="disabled(date, mode) " ng-required ="true " close-text ="Close " />
14
14
< span class ="input-group-btn ">
15
- < button class ="btn btn-default " ng-click ="open($event) "> < i class ="glyphicon glyphicon-calendar "> </ i > </ button >
15
+ < button type =" button " class ="btn btn-default " ng-click ="open($event) "> < i class ="glyphicon glyphicon-calendar "> </ i > </ button >
16
16
</ span >
17
17
</ p >
18
18
</ div >
@@ -24,8 +24,8 @@ <h4>Popup</h4>
24
24
</ div >
25
25
26
26
< hr />
27
- < button class ="btn btn-sm btn-info " ng-click ="today() "> Today</ button >
28
- < button class ="btn btn-sm btn-default " ng-click ="dt = '2009-08-24' "> 2009-08-24</ button >
29
- < button class ="btn btn-sm btn-danger " ng-click ="clear() "> Clear</ button >
30
- < button class ="btn btn-sm btn-default " ng-click ="toggleMin() " tooltip ="After today restriction "> Min date</ button >
27
+ < button type =" button " class ="btn btn-sm btn-info " ng-click ="today() "> Today</ button >
28
+ < button type =" button " class ="btn btn-sm btn-default " ng-click ="dt = '2009-08-24' "> 2009-08-24</ button >
29
+ < button type =" button " class ="btn btn-sm btn-danger " ng-click ="clear() "> Clear</ button >
30
+ < button type =" button " class ="btn btn-sm btn-default " ng-click ="toggleMin() " tooltip ="After today restriction "> Min date</ button >
31
31
</ div >
You can’t perform that action at this time.
0 commit comments