Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modifying loading variable permission
  • Loading branch information
Evan Langlais committed Apr 9, 2019
1 parent 02b396f commit c2f31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/generator-search/generator-search.component.ts
Expand Up @@ -15,7 +15,7 @@ export class GeneratorSearchComponent implements OnInit {
constructor(public data: GeneratorService, private router: Router, private login: LoginService) { }

public generators$: Array<GeneratorObject>;
private loading$: boolean;
public loading$: boolean;

goToGenerator(gen: GeneratorObject) {
this.router.navigateByUrl('/statistics');
Expand Down

0 comments on commit c2f31dc

Please sign in to comment.