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 was archived by the owner on Aug 18, 2022. It is now read-only.
If you do an [(ngModel)] on a toggle, it gets out of sync. In Firefox it does exactly opposite. You can do a console.log on whatever var you are using and it will be opposite. In Chrome it gets out of sync. If you flick it quick enough, it will sync back up sometimes.
If you do an
[(ngModel)]on a toggle, it gets out of sync. In Firefox it does exactly opposite. You can do aconsole.logon whatever var you are using and it will be opposite. In Chrome it gets out of sync. If you flick it quick enough, it will sync back up sometimes.ex:
Toggle will be true, var will be false...