Skip to content

Commit

Permalink
Merge pull request #8 from workmanw/gj/readme2
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
GavinJoyce authored Oct 31, 2017
2 parents 5cd9e19 + b24e513 commit 16c1605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default Ember.Component.extend(DidChangeAttrs, {
},

didChangeAttrs(changes) {
this._super(...arguments);

if(changes.email) {
let oldEmail = changes.email.previous,
newEmail = changes.email.current;
Expand Down

0 comments on commit 16c1605

Please sign in to comment.