fix(search): fixes broken esc button in search

This commit is contained in:
bergquist
2016-01-26 23:18:10 +01:00
parent 0b05d39804
commit f384538959
2 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ function (angular, $) {
editorScope = null;
};
var view = $('<search class="search-container"></search>');
var view = $('<search class="search-container" dismiss="dismiss()"></search>');
elem.append(view);
$compile(elem.contents())(editorScope);