caitp / angular-semantic

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

feat(checkbox): Implement checkbox directive #2

Closed caitp closed 10 years ago

caitp commented 10 years ago

There are some issues with this still, toggling via model is not completely synced. I'll have to deal with this later.

caitp commented 10 years ago

Well, it passes locally! But hmm...

caitp commented 10 years ago

Yeah, this seems to be broken in FireFox, working in Chrome. Well that's awkward... Working on a fix now

caitp commented 10 years ago

It seems to not be instantiated on FF at all. That's not very good. Might actually need to rely on watching $$phase before creating. :(