Comment on Classy: Cleaner class-based controllers for AngularJSparentComments−davej12yThe biggest problem I see though is if you want to save a reference to the unregister functions of the $watch callbacks.This is a valid criticism, thank you. I will try to put together a nice solution for this.Of course you can always register/de-register watchers the normal way inside of the init method.−Bahamut12yYup, I'm aware - nice work on this so far!
Comments
This is a valid criticism, thank you. I will try to put together a nice solution for this.
Of course you can always register/de-register watchers the normal way inside of the init method.
Yup, I'm aware - nice work on this so far!