mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
11 lines
300 B
HTML
11 lines
300 B
HTML
<div class="DatePicker">
|
|
<button class="DatePicker-icon"><i class="fa fa-calendar"></i></button>
|
|
<input
|
|
class="DatePicker-input"
|
|
type="text"
|
|
readonly
|
|
ng-model="dateValue"
|
|
ng-class="inputClass()">
|
|
<p class="error" ng-if="error">{{error}}</p>
|
|
</div>
|