fix(radioButtons): Correcting a bug introduced by 521164db78. Closes #1599

This commit is contained in:
Perry Govier
2014-06-10 10:57:19 -05:00
parent 772459df1e
commit ead5e026b9

View File

@@ -24,7 +24,7 @@ IonicModule
require: '?ngModel',
scope: {
ngModel: '=?',
ngValue: '@',
ngValue: '=?',
ngChange: '&',
icon: '@',
name: '@'