caitp / angular-semantic

AngularJS directives for Semantic-UI
413 stars 47 forks source link

fix(checkbox): Don't create child scope #5

Closed caitp closed 10 years ago

caitp commented 10 years ago

I've spent some time trying to get checkbox to keep in sync with its model.

In doing so, I've gotten rid of its isolate scope, and am doing some funky stuff when evaluating its callbacks.

Still need to add unit tests regarding callback/events.