Globally reset angular hashPrefix
authorColeman Watts <coleman@civicrm.org>
Mon, 26 Apr 2021 23:27:13 +0000 (19:27 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 26 Apr 2021 23:39:46 +0000 (19:39 -0400)
commit6e78c43056b31a936620cf5ba7cd1af91afc4ae6
tree2f5d8a5a3746da1d1e71ff046f20dd7635fae902
parent2ae38c92cb430ffd975ebc91ea209afad88783f3
Globally reset angular hashPrefix

In dev/core#1818 a reset was added to remove the ! character after the #
to maintain consistency with previous versions of Angular.
It was added to crmApp which yeilded inconsistent results,
as crmApp isn't used everywhere.
This adds the reset globally.
Civi/Angular/AngularLoader.php
Civi/Angular/Page/Modules.php
ang/crmApp.js
ang/resetLocationProviderHashPrefix.js [new file with mode: 0644]