You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I strongly recommend that you do not use <div ng-view=""></div> in your HTML.
This leads ultimately to complex code with your view compositions are non-trivial.
Consider using UI-Route with named-views and nestings (if appropriate).
The text was updated successfully, but these errors were encountered:
I strongly recommend that you do not use
<div ng-view=""></div>
in your HTML.This leads ultimately to complex code with your view compositions are non-trivial.
Consider using UI-Route with named-views and nestings (if appropriate).
The text was updated successfully, but these errors were encountered: