caitp / angular-semantic

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

feat(checkbox): Implement radio-group and radio directives #7

Closed caitp closed 10 years ago

caitp commented 10 years ago

These two directives allow for the creation of radio buttons with two-way data binding.

There are a couple of tests for these, but more are needed. It's likely possible to improve this code a fair bit, as well.