|
|
@ -1,4 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
|
|
|
|
|
|
|
|
## Timepicker |
|
|
|
## Timepicker |
|
|
|
|
|
|
|
|
|
|
|
The timepicker panel is used to select time ranges and inform other panel of
|
|
|
|
The timepicker panel is used to select time ranges and inform other panel of
|
|
|
@ -25,6 +26,7 @@ a pattern |
|
|
|
* get_time :: Receives an object containing a $id, broadcasts back to it. |
|
|
|
* get_time :: Receives an object containing a $id, broadcasts back to it. |
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
angular.module('kibana.timepicker', []) |
|
|
|
angular.module('kibana.timepicker', []) |
|
|
|
.controller('timepicker', function($scope, eventBus, $timeout, timer, $http) { |
|
|
|
.controller('timepicker', function($scope, eventBus, $timeout, timer, $http) { |
|
|
|
|
|
|
|
|
|
|
|