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
{{ message }}
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
Right now we are using a custom TabManager class for loading and rendering tabs instead of the native Angular ngView. We did this originally because of certain limitations in Angular.js.
The text was updated successfully, but these errors were encountered:
We are currently only using nested views for one thing: Tabs that have a menu and sub-tabs. We can probably refactor that so that it doesn't actually use nested views, but rather just include the menu html on each individual tab.
We're also using a dirty hack for making the injector extensible:
Right now we are using a custom TabManager class for loading and rendering tabs instead of the native Angular ngView. We did this originally because of certain limitations in Angular.js.
The text was updated successfully, but these errors were encountered: