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
Move server-side module definition into an .ang.php file and out of hook_civicrm_angularModules() - revert that function to delegate to _volunteer_civix_civicrm_angularModules() .
Break up monolithic "volunteer" Angular module into smaller bite-sized modules.
Break up CRM_Volunteer_Page_Angular into front-end and back-end pages, and only load the modules needed for each.
Use components instead of directives when possible.
Break up monolithic js files into one file per component/directive.
Pre-load backbone code on the back-end angular pages instead of depending on the clientside script loading done by angularprofiles (which is broken on some CMS configurations, see civicrm/org.civicrm.contactlayout@24f9a1f)
Stop using AJAX to load Angular tab content - core now supports loading it directly
The text was updated successfully, but these errors were encountered:
.ang.php
file and out ofhook_civicrm_angularModules()
- revert that function to delegate to_volunteer_civix_civicrm_angularModules()
.CRM_Volunteer_Page_Angular
into front-end and back-end pages, and only load the modules needed for each.angularprofiles
(which is broken on some CMS configurations, see civicrm/org.civicrm.contactlayout@24f9a1f)The text was updated successfully, but these errors were encountered: