Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsAngularJS 1.7 contains bug fixes and features to AngularJS core and its external modules, some of which contain breaking changes. However, most of these address internal behavior and not APIs, and should not affect many applications. Additionally, we have removed some long-deprecated modules and APIs.
The most notable changes are:
$resource has now support for request and requestError interceptors
Several deprecated features have been removed:
$controllerProvider.allowGlobals()
flag$compileProvider.preAssignBindingsEnabled()
flagangular.lowercase
and angular.uppercase
methods$cookieStore
service from the ngCookies
modulengClick
override directive and corresponding services from the ngTouch
modulengScenario
modulePlease note that feature development (without breaking changes) has happened in parallel on the 1.6.x branch, so 1.7 doesn't contain many new features, but you may still benefit from those features that were added (with possible BCs), bugfixes, and a few smaller performance improvements.
Due to 1daa4f, the helper functions angular.lowercase
and angular.uppercase
have been removed.
These functions have been deprecated since 1.5.0. They are internally used, but should not be exposed as they contain special locale handling (for Turkish) to maintain internal consistency regardless of user-set locale.
Developers should generally use the built-ins toLowerCase
and toUpperCase
or toLocaleLowerCase
and toLocaleUpperCase
for special cases.
Further, we generally discourage using the angular.x helpers in application code.
angular.lowercase = text => text.toLowerCase();
This version of Qlik Sense is currently using AngularJS version 1.7.2. To ensure future compatibility, make sure not to use version specific functionality of AngularJS, or follow the AngularJS advices on how to upgrade your code to a new version.
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us