You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
The API Docs of Ember.Application say under Routing:
To begin routing, you must have at a minimum a top-level controller and view. You define these as App.ApplicationController and App.ApplicationView, respectively. Your application will not work if you do not define these two mandatory classes.
But Ember defines them for you automatically.
The text was updated successfully, but these errors were encountered:
The API Docs of Ember.Application say under Routing:
To begin routing, you must have at a minimum a top-level controller and view. You define these as App.ApplicationController and App.ApplicationView, respectively. Your application will not work if you do not define these two mandatory classes.
But Ember defines them for you automatically.
The text was updated successfully, but these errors were encountered: