ember-layout-example
ember-layout-example copied to clipboard
Example application using ember-layout and ember-routemanager
This was causing an issue in IE7.
The links were pointing to non-existent Github pages so updated them to point to the repositories...
I am trying to use this code with the latest release of ember.js... I ran into a couple of problems that I worked around by also upgrading ember-layout and ember-routemanager...
The state is not maintained while I switch between tabs, e.g. If I have clicked section 3 in Layout Nesting tab. switch to home and then again switch to Layout...
When opening the application in Firefox 11.0, nothing is showed. An error is reported instead: ``` Timestamp: 3/23/12 2:02:08 PM Error: uncaught exception: Error: - Unable to find template "main"....
Hi, I try to add transition between pages like slide left or slide right (iOs style). Any idea to do that ? In LayoutState.enter / exit perhaps ? Thx !