I'm new to Angular JS and I'm encountering some architecture problems while creating a multi-template website.
I have 2 main different templates:
Home page (login form on a fullscreen image)
A dashboard (with a sidebar and a content section where to show different wiev: contact, analytics, etc...)
For the dashboard I solved with ng-wiew and the routerProvider.
Like in the official documentation tutorial https://docs.angularjs.org/tutorial/step_07
Concerning the Homepage I can't understand Angular JS logic... Can I manange it just adding a Homecontroller? (in that case how does it work for meta and title page and so on?)
Or I need to build two separated app...
I'm confused and searching on Google didn't help me that much
Someone can explain me the best practices in case like mine ?
Thank you