Project

General

Profile

« Previous | Next » 

Revision 50432

reorganized services

View differences:

compatibility-validate-step1.component.html
16 16
      <span>or enter new</span>
17 17
    </label>
18 18
  </div>
19
  <span *ngIf="group.get('customBaseUrl').invalid && group.get('customBaseUrl').touched && group.get('customBaseUrl').dirty"
20
        class="help-block inline"
21
        style="margin-top: 0px; margin-bottom: 0px; padding-left: 10px;">The url is not valid</span>
22
  <input id="customBaseUrl" formControlName="customBaseUrl" class="form-control" type="text" (focus)="group.get('customBaseUrl').markAsUntouched()" (blur)="group.get('customBaseUrl').updateValueAndValidity()">
19
  <input id="customBaseUrl" formControlName="customBaseUrl" class="form-control" type="text">
23 20
</div>

Also available in: Unified diff