mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(radioButtons): Correcting a bug introduced by 521164db78. Closes #1599
This commit is contained in:
2
js/angular/directive/radio.js
vendored
2
js/angular/directive/radio.js
vendored
@@ -24,7 +24,7 @@ IonicModule
|
||||
require: '?ngModel',
|
||||
scope: {
|
||||
ngModel: '=?',
|
||||
ngValue: '@',
|
||||
ngValue: '=?',
|
||||
ngChange: '&',
|
||||
icon: '@',
|
||||
name: '@'
|
||||
|
||||
Reference in New Issue
Block a user