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.
Then ModalCtrl $scope won't contain the scope variables created by the directives in the template. For example the variables filled-in by form elements.
The expected behaviour is that $scope in ModalCtrl is the same as the scope in the template.
The text was updated successfully, but these errors were encountered:
Suppose I open the modal with
Then ModalCtrl $scope won't contain the scope variables created by the directives in the template. For example the variables filled-in by form elements.
The expected behaviour is that $scope in ModalCtrl is the same as the scope in the template.
The text was updated successfully, but these errors were encountered: