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 May 29, 2019. It is now read-only.
Of course I have in mind that, at this moment, Angular 1.5.0 is not officially supported:
AngularJS (requires AngularJS 1.4.x, tested with 1.4.9)
But have I decided anyway to submit an issue about new $onInit hook problem. The problem is that it will not fire for modal instance controller (specified with controller and controllerAs options for open method). Here is plunker forked from your demo pego which shows an issue: $onInit will not fire for modal instance controller. Some content has been removed, Angular CDN have been updated to use 1.5.0 version and controllerAs syntax has been used.
Update:
Of course problem does not exists with current supported Angular version (1.4.9), because hook is available in 1.5.0 version
The text was updated successfully, but these errors were encountered:
Looks like we have to implement this manually since we copied over the API for bindToController.
This would be an easy PR if you want to try tackling it quickly. Basically this requires some logic like this to be implemented after here. Otherwise, one of us could probably implement it.
Of course I have in mind that, at this moment, Angular 1.5.0 is not officially supported:
But have I decided anyway to submit an issue about new
$onInit
hook problem. The problem is that it will not fire for modal instance controller (specified withcontroller
andcontrollerAs
options foropen
method). Here is plunker forked from your demo pego which shows an issue: $onInit will not fire for modal instance controller. Some content has been removed, Angular CDN have been updated to use 1.5.0 version and controllerAs syntax has been used.Update:
Of course problem does not exists with current supported Angular version (1.4.9), because hook is available in 1.5.0 version
The text was updated successfully, but these errors were encountered: