fix directive name

This commit is contained in:
spalger 2015-07-16 17:41:30 -07:00
parent d7a17496db
commit 1c0158962f

View file

@ -4,7 +4,7 @@ define(function (require) {
require('modules')
.get('kibana')
.directive('ui/chromeContext', function (timefilter, globalState) {
.directive('chromeContext', function (timefilter, globalState) {
var listenForUpdates = _.once(function ($scope) {
$scope.$listen(timefilter, 'update', function (newVal, oldVal) {