The login component currently uses a two-way binding to change a var when login is clicked. Instead, a & binding should be used that uses the brOnEvent naming convention. We can keep the two-way binding around as an optional binding and deprecate it to avoid doing a major revision.
The login component currently uses a two-way binding to change a var when login is clicked. Instead, a
&
binding should be used that uses thebrOnEvent
naming convention. We can keep the two-way binding around as an optional binding and deprecate it to avoid doing a major revision.https://github.com/digitalbazaar/bedrock-angular-authn/blob/master/login-component.js#L12