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
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Related to #314. This issue is for the v1 angular-esri-map branch.
e2e functional tests will go over a suite of Angular pre-v1.6.0 (ONCE) and Angular v1.6.0+ to make sure any controller code changes to support the $compile's $onInit() work for older and newer Angular versions.
If you are writing a library, you need to change your code as shown above. Furthermore, if your library also targets versions before 1.5 (which do not support the $onInit() lifecycle hook), you may need to manually call $onInit() from your constructor...
The text was updated successfully, but these errors were encountered:
Related to #314. This issue is for the v1 angular-esri-map branch.
e2e functional tests will go over a suite of Angular pre-v1.6.0 (ONCE) and Angular v1.6.0+ to make sure any controller code changes to support the
$compile
's$onInit()
work for older and newer Angular versions.See here and the part about:
The text was updated successfully, but these errors were encountered: