I have to do a website with a double index, for example, if you're not logged in, you see the index page as the website frontpage. But once you're logged in, it stays the same page (at least, same url), but now you're on your personnal account board. Can I do it by putting my website frontpage between
<div ng-view></div>
tags ? Will the content be hidden when the url will be reloaded ?