Project

General

Profile

« Previous | Next » 

Revision 55375

[Trunk|Connect]

app: add user menu "Support"

browseCommunity Component:
separate html, add community check in the template (error in build)
remove isManager attribute

Search communities:
add new class for the form
add new image

User/Invite components:
add a field, make a class public (correct errors in build)

View differences:

invite.component.ts
174 174
      }
175 175
  }
176 176

  
177
  private isEmpty(data: string): boolean {
177
  public isEmpty(data: string): boolean {
178 178
      if (data != undefined && !data.replace(/\s/g, '').length)
179 179
          return true;
180 180
        else

Also available in: Unified diff