Project

General

Profile

« Previous | Next » 

Revision 51015

almost finished everything!

View differences:

register-datasource-shareable.component.html
24 24
                </div>
25 25
                <div class="form-group">
26 26
                  <label class="control-label">Start typing in the name of your repository to narrow down the view</label>
27
                  <input [(ngModel)]="searchBox" id="search" class="form-control" type="text" [disabled]="!hasSelectedCountry" />
27
                  <input [(ngModel)]="searchBox" id="search" class="form-control" type="text" [disabled]="(!hasSelectedCountry)" />
28 28
                </div>
29 29
              </div>
30
              <div *ngIf="hasSelectedCountry">
30
              <div *ngIf="selectedCountry">
31 31
                <div>
32 32
                  <h2>{{ sourceTitle }} Repositories in {{ selectedCountry }}</h2>
33 33
                </div>

Also available in: Unified diff