suchitpuri / emberjs-essentials

Ember.js Essentials Code Repository
GNU Lesser General Public License v3.0
18 stars 16 forks source link

Error: Using {{outlet}} with an unquoted name is not supported. #3

Closed brunojppb closed 9 years ago

brunojppb commented 9 years ago

When I try to use:

{{outlet sidebar}}

This error is raised:

Assertion Failed: Using {{outlet}} with an unquoted name is not supported.

Using quotes fixed.

{{outlet 'sidebar'}}

Path:

emberjs-essentials/chapter-4/example4/app/templates/application.hbs
suchitpuri commented 9 years ago

Have updated the code, must have been a version issue. Thanks again