Blake Niemyjski
|
ec927272fa
|
Please stop changing the todayBtn type...
$('#start').datepicker({
startDate: new Date(2013, 0, 0),
endDate: moment().startOf('day').toDate(),
todayBtn: 'linked'
})
|
2014-03-17 15:30:00 -05:00 |
|
fancyoung
|
be638c57f8
|
fix bootstrap.datepicker type
Param `startDate` and `endDate` are not only Date type.
|
2014-03-17 12:40:13 +08:00 |
|
vvakame
|
6ab4ffae2b
|
Remove not required tscparams
|
2014-01-02 16:34:52 +09:00 |
|
Igor Oleinikov
|
4f3f6f58f5
|
bootstrap.datepicker: fixed errors related to switch on TS 0.9.5; improved typings
|
2013-12-06 18:59:14 +04:00 |
|
Derek Cicerone
|
392b8a5a08
|
Add missing on() handler
This was was exposed by a recent update to jquery that tightened up the
typing for on().
Documentation for on(): http://api.jquery.com/on/
|
2013-10-27 17:17:13 -04:00 |
|
vvakame
|
2708bc05cd
|
Fixed tsc failed on Node.js v0.8.25
|
2013-10-03 11:23:38 +09:00 |
|
vvakame
|
3fe1f6bc4e
|
Fixed to CI test passing
|
2013-10-03 10:18:58 +09:00 |
|
Boris Yankov
|
dd35f69637
|
Big replacement: bool with boolean
|
2013-08-07 16:59:39 +03:00 |
|
Boris Yankov
|
209d95071a
|
Update reference paths
|
2013-01-17 20:03:30 +02:00 |
|
Natan Vivo
|
c7d2934d6d
|
Update project references to use jQuery 1.9 instead of missing 1.8 file.
|
2013-01-17 12:05:06 -02:00 |
|
Boris Yankov
|
7a211c6619
|
Add bootstrap.datepicker
|
2012-11-19 01:50:49 +02:00 |
|