Project

General

Profile

« Previous | Next » 

Revision 61385

Finished the multiuser access functionality

View differences:

repository-tiles.component.ts
30 30

  
31 31
  getReposOfUser(): void {
32 32
    this.loadingMessage = loadingReposMessage;
33
    this.repoService.getRepositoriesOfUser()
33
    this.repoService.getRepositoriesSnippetsOfUser()
34 34
      .subscribe(
35 35
        repos => this.reposOfUser = repos.sort( function(a, b) {
36 36
          if (a.officialname < b.officialname) {

Also available in: Unified diff