Project

General

Profile

« Previous | Next » 

Revision 46737

options for more memory in package.json |Claims: add root community in the list of concepts , add fields/parsing for direct index claim, create direct index claim record | Create Guards for routes that need authentication or admin roles | scroll in browse results| login component that works with guards

View differences:

selectedContexts.component.ts
13 13
            <claim-contexts-search-form *ngIf=" showsearch "    [selectedList]="contexts" (contextSelected)="contextSelected($event)" > </claim-contexts-search-form>
14 14
              <ul class="uk-list uk-list-line">
15 15
                <li class="list-group-item" *ngFor="let context of contexts" >
16
                  <span >{{context.community }} > {{context.category}} > {{context.concept.label}} </span>
16
                  <span *ngIf="context.community != context.concept.label">{{context.community }} > {{context.category}} ></span><span> {{context.concept.label}} </span>
17 17
                  <span (click)="removeContext(context)" aria-hidden="true" class="uk-button "><i class="uk-icon-remove"></i></span>
18 18

  
19 19
                </li>

Also available in: Unified diff