Skip to content

Commit

Permalink
Remove kbn-notifications directive import from typeahead.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Dec 22, 2017
1 parent 4fa328d commit 85dcb8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/ui/public/typeahead/_input.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import 'ui/notify/directives';
import { uiModules } from 'ui/modules';
const typeahead = uiModules.get('kibana/typeahead');


typeahead.directive('kbnTypeaheadInput', function () {

return {
Expand Down
2 changes: 0 additions & 2 deletions src/ui/public/typeahead/_items.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import listTemplate from 'ui/typeahead/partials/typeahead-items.html';
import 'ui/notify/directives';
import { uiModules } from 'ui/modules';
const typeahead = uiModules.get('kibana/typeahead');


typeahead.directive('kbnTypeaheadItems', function () {
return {
restrict: 'E',
Expand Down

0 comments on commit 85dcb8f

Please sign in to comment.