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
Only the variable inside of the object is updated. Upon inspecting the scopes, the ion-content scope contains the correct values but the controller parent only contains initial values.
The div with a controller assigned is just a means for testing, this happens with state controllers as well.
Setting scope:false in the directive source for ionContent fixes it, but not sure if that will break other things.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
With this setup in the latest nightly:
Only the variable inside of the object is updated. Upon inspecting the scopes, the ion-content scope contains the correct values but the controller parent only contains initial values.
The div with a controller assigned is just a means for testing, this happens with state controllers as well.
Setting scope:false in the directive source for ionContent fixes it, but not sure if that will break other things.
The text was updated successfully, but these errors were encountered: