quickstart-code-sample
quickstart-code-sample copied to clipboard
filterProperty is deprecated in favour of filterBy
The docs have been updated to reflect this (see https://github.com/emberjs/website/pull/882) but the example code still uses the old version.
Specifically, within the todos controller the clearCompleted
action and the completed
and remaining
properties use the deprecated method.