mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 02:53:27 +02:00
- Adding Browser selection.
- Adding URL history and autocomplete.
This commit is contained in:
@@ -8,14 +8,8 @@
|
||||
i.fa.fa-step-backward.pull-right(ng-click='back()', title='{{"Go Back"|translate}}', ng-if='$root.browser == "webview"')
|
||||
.widget-content.padded
|
||||
form
|
||||
ul
|
||||
li(ng-repeat='browser in device.browser.apps')
|
||||
label
|
||||
input(type='radio', ng-model='activeBrowser', ng-value='browser')
|
||||
span {{ browser.type }}
|
||||
|
||||
.input-group
|
||||
input(type='text', placeholder='http://...', autocomplete='off', ng-model='textURL',
|
||||
input.form-control(type='text', placeholder='http://...', autocomplete='off', ng-model='textURL',
|
||||
typeahead='url for url in urlHistory | filter:$viewValue').form-control
|
||||
.input-group-btn
|
||||
button(ng-click='openURL()', ng-disabled='!textURL', translate).btn.btn-primary-outline Open
|
||||
|
||||
Reference in New Issue
Block a user