incuna / angular-input-fields

Angular library for common input fields
MIT License
2 stars 0 forks source link

Make disable pass through in single-choice-input #20

Closed henrahmagix closed 8 years ago

henrahmagix commented 8 years ago

Without it, the attribute does nothing

@incuna/frontend Please merge, ta!

Fix #21

wytrych commented 8 years ago

Where does disable come from?

henrahmagix commented 8 years ago

@wytrych https://github.com/incuna/angular-input-fields/blob/1a17b87f1d3839bf400340f2e64889dd11f29a67/src/scripts/single-choice-input/directives.js#L15

henrahmagix commented 8 years ago

Thanks!