+ label="General search"
+ info="Search travels by id"
+ ng-model="$ctrl.search"
+ ng-keydown="$ctrl.onKeyPress($event, 'search')">
-
-
+ ng-model="$ctrl.totalEntries"
+ ng-keydown="$ctrl.onKeyPress($event, 'totalEntries')">
@@ -61,12 +56,9 @@
label="Days onward"
ng-model="$ctrl.filter.scopeDays"
on-change="$ctrl.changeScopeDays()"
- display-controls="true">
+ display-controls="true"
+ info="Cannot choose a range of dates and days onward at the same time">
-
-
@@ -103,11 +95,11 @@
- {{$ctrl.$t('Reference')}}: {{$ctrl.filter.ref}}
+ Id/{{$ctrl.$t('Reference')}}: {{$ctrl.filter.search}}
{{$ctrl.$t('Total entries')}}: {{$ctrl.filter.totalEntries}}
-
- {{$ctrl.$t('Travel id')}}: {{$ctrl.filter.id}}
-