I hereby claim:
- I am mitagg on github.
- I am mitagg (https://keybase.io/mitagg) on keybase.
- I have a public key ASAYBZy7VDuUE1JkJvlEvB46r5NXBifF4Xg0qoOKApEMkwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| constructor($scope, $injector, stateData) { | |
| super($scope, $injector); | |
| this['button0'].events.onClick = (e) => { | |
| this.saveChanges(e); | |
| }; | |
| this['button1'].events.onClick = (e) => { | |
| this.cancelChanges(e); | |
| }; |