mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[angular-ui] Upgraded ui bootstrap. Fixed test with calendar
This commit is contained in:
parent
404694fe6b
commit
b69d2fa7d7
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
"url": "https://github.com/elastic/kibana.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@spalger/angular-bootstrap": "0.10.0",
|
||||
"@spalger/angular-bootstrap": "0.12.1",
|
||||
"@spalger/filesaver": "1.1.2",
|
||||
"@spalger/leaflet-draw": "0.2.3",
|
||||
"@spalger/leaflet-heat": "0.1.3",
|
||||
|
|
|
@ -369,8 +369,8 @@ describe('timepicker directive', function () {
|
|||
inputs = {
|
||||
fromInput: $elem.find('.kbn-timepicker-section input[ng-model="absolute.from"]'),
|
||||
toInput: $elem.find('.kbn-timepicker-section input[ng-model="absolute.to"]'),
|
||||
fromCalendar: $elem.find('.kbn-timepicker-section table[ng-model="absolute.from"] '),
|
||||
toCalendar: $elem.find('.kbn-timepicker-section table[ng-model="absolute.to"] '),
|
||||
fromCalendar: $elem.find('.kbn-timepicker-section div[ng-model="absolute.from"] '),
|
||||
toCalendar: $elem.find('.kbn-timepicker-section div[ng-model="absolute.to"] '),
|
||||
};
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue