kopia lustrzana https://github.com/cyoung/stratux
Merge pull request #272 from bjax/bjax-patch-1
Fixed typo "delimeted" -> "delimited". Fixes #271.pull/274/merge
commit
cebb1ba103
|
@ -70,7 +70,7 @@
|
|||
<label class="control-label col-xs-5">Watch List</label>
|
||||
<form name="watchForm" ng-submit="updatewatchlist()" novalidate>
|
||||
<!-- type="number" not supported except on mobile -->
|
||||
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space-delimeted identifiers" ng-blur="updatewatchlist()" />
|
||||
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space-delimited identifiers" ng-blur="updatewatchlist()" />
|
||||
</form>
|
||||
</div>
|
||||
<div class="form-group reset-flow">
|
||||
|
|
Ładowanie…
Reference in New Issue