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.
The docs have been updated to reflect this (see emberjs/website#882) but the example code still uses the old version.
Specifically, within the todos controller the
clearCompletedaction and thecompletedandremainingproperties use the deprecated method.