Skip to content

Error in populateFlicks fundtion of app/home/home-view-model.ts #4

@alecgregory

Description

@alecgregory

In the definition of app/home/home-view-model.ts in the Home UI section there is an error in the populateFlicks function.

It is defined as

populateFlicks(): void {
    this._flicks = FlickService().getInstance().getFlicks();
  }

but should be

populateFlicks(): void {
    this._flicks = FlickService.getInstance().getFlicks();
  }

That is, FlickService should not be called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions