You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="text"ng-model="departure"placeholder="{{Lang::get('client.typeFromStation')}}"typeahead="station as station.name for station in stations.stations | filter:{name:$viewValue} | limitTo:5"typeahead-template-url="customTemplate.html"class="form-control input-lg">
19
+
<inputtype="text"ng-model="departure"placeholder="{{Lang::get('client.typeFromStation')}}"typeahead="station as station.name for station in stations.stations | filter:{name:$viewValue} | limitTo:5"typeahead-template-url="customTemplate.html"class="form-control input-lg"tabindex="1">
<inputtype="text"ng-model="destination"placeholder="{{Lang::get('client.typeToStation')}}"typeahead="station as station.name for station in stations.stations | filter:{name:$viewValue} | limitTo:5"typeahead-template-url="customTemplate.html"typeahead-on-select='focusOnConfirm()'class="form-control input-lg">
27
+
<inputtype="text"ng-model="destination"placeholder="{{Lang::get('client.typeToStation')}}"typeahead="station as station.name for station in stations.stations | filter:{name:$viewValue} | limitTo:5"typeahead-template-url="customTemplate.html"typeahead-on-select='focusOnConfirm()'class="form-control input-lg"tabindex="2">
0 commit comments