Currently, I am delving into the realm of Angular UI Router in order to effectively manage different sections of my application.
If you'd like, check out this plunkr (http://plnkr.co/edit/KH7lgNOG7iCAEDS2D3C1?p=preview)
Here are some issues that I've encountered:
Upon loading the view, the {{ logger }} value remains stagnant despite being initialized in the Homecontroller.
The login and logout buttons seem to be malfunctioning, not behaving as expected.
Any assistance would be greatly appreciated.