Fix some code style issues

This commit is contained in:
Julius Haertl
2016-10-28 12:09:48 +02:00
parent 0191b000dc
commit 0aa3f661ac
16 changed files with 108 additions and 203 deletions

View File

@@ -37,7 +37,7 @@ app.directive('search', function ($document, $location) {
scope.$apply(function () {
scope.onSearch(value);
});
}
};
box.on('search keyup', function (event) {
if (event.type === 'search' || event.keyCode === 13 ) {