bloggr-client
bloggr-client copied to clipboard
maintaining the state
I am new to Ember. I saw your video to start with. i have a question. For example a user comes and click on the post. Now he clicks on about. After that he comes back to the posts. Shouldn't he see the post opened that he clicked before going to about? The whole idea isn't the state of the template remain intact when you switch between templates?
State is maintained in the browser history. The user would use the back button for your scenario. If the user instead clicks on the Posts link, it is indicating they want to start fresh with the Posts view.