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
The angular controllers are getting pretty big. Its time to break them apart in smaller more manageable chunks. The best way to do this is to take common elements and turn them into their own directives. This will reduce the total amount of code as well as make them reusable if we want to add similar elements in other places.
The text was updated successfully, but these errors were encountered:
sterlingbaldwin
changed the title
Break data_manager file inspector into stand alone directives/.
Break data_manager file inspector into stand alone directives.
Feb 27, 2017
The angular controllers are getting pretty big. Its time to break them apart in smaller more manageable chunks. The best way to do this is to take common elements and turn them into their own directives. This will reduce the total amount of code as well as make them reusable if we want to add similar elements in other places.
The text was updated successfully, but these errors were encountered: