mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
7 lines
334 B
HTML
7 lines
334 B
HTML
<span class="namespace-input-element">
|
|
<input type="text" class="form-control" placeholder="{{ namespaceTitle }}" ng-model="binding"
|
|
required autofocus ng-pattern="usernamePattern"
|
|
ng-model-options="{'debounce': 200}"
|
|
name="namespaceField"
|
|
ng-class="hasExternalError ? 'ng-invalid' : ''">
|
|
</span> |