fix search

This commit is contained in:
Simon Busborg
2016-08-09 09:11:19 +02:00
parent ca7e9c90b9
commit df116555ad

View File

@@ -28,12 +28,20 @@
<umb-editor-sub-header-section ng-if="vm.dashboard.urlTrackerDisabled === false">
<input
class="-full-width-input"
placeholder="Search for redirect"
ng-model="vm.dashboard.searchTerm"
ng-change="vm.filter()"
no-dirty-check>
<form class="form-search -no-margin-bottom pull-right" novalidate>
<div class="inner-addon left-addon">
<i class="icon icon-search"></i>
<input
class="form-control search-input"
type="text"
localize="placeholder"
placeholder="@general_typeToSearch"
ng-model="vm.dashboard.searchTerm"
ng-change="vm.filter()"
prevent-enter-submit
no-dirty-check>
</div>
</form>
</umb-editor-sub-header-section>