-
- Downloads
#1818 Upgrade AngularJS from 1.5.11 to 1.8
#1818 The biggest breaking change between 1.5 and 1.8 was the default hashPrefix. See https://github.com/angular/angular.js/blob/master/CHANGELOG.md#location-due-to-1 Our solution is to force crmApp to use the previous default. This ensures that existing modules which rely on crmApp for routing (which is nearly all of them) will be unaffected. New modules like Afform which use their own routing should use the new default recommended by Angular.
Showing
- ang/crmApp.js 6 additions, 0 deletionsang/crmApp.js
- composer.json 4 additions, 4 deletionscomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- ext/afform/docs/quickstart.md 1 addition, 1 deletionext/afform/docs/quickstart.md
- ext/afform/gui/ang/afGuiList.aff.html 2 additions, 2 deletionsext/afform/gui/ang/afGuiList.aff.html
- ext/afform/html/ang/afHtmlEditor.aff.html 1 addition, 1 deletionext/afform/html/ang/afHtmlEditor.aff.html
- ext/afform/html/ang/afHtmlList.aff.html 1 addition, 1 deletionext/afform/html/ang/afHtmlList.aff.html
- js/angular-crmResource/all.js 3 additions, 4 deletionsjs/angular-crmResource/all.js
Loading
Please register or sign in to comment