I am researching Ember and i wanna know if it is possible to include multiple views in a single page and switch between layout templates. I’ve developed with AngularJS before.
I am searching for an Ember equivalent of this $route.when('/view1', ...); and <ng-include src="templates.top" />.
Here is a working fiddle for Angular. I hope someone can help me because i found little help.
In it’s simplest form, you can use
StateManager. Please see the following fiddle I created: http://jsfiddle.net/npCfF/Javascript:
HTML: