toddmotto / angularjs-styleguide

AngularJS styleguide for teams
https://ultimateangular.com
5.96k stars 700 forks source link

Stateful components getTodos function #96

Closed theredfish closed 8 years ago

theredfish commented 8 years ago

Hi,

In the "Stateful components" section, todoService.getTodos seems to be a function. The parentheses are missing.

Line : this.todoService.getTodos.then(response => this.todos = response);

toddmotto commented 8 years ago

Fixed, thanks!