Files
ionic-framework/js/angular/directive
Perry Govier 53c437e205 fix(ionRadio): fix ng-change being reported before model changes
Closes #1741

BREAKING CHANGE:

ion-radio no longer has an isolate scope.
This will break your radio only if you were relying upon the radio having an isolate scope: if you were referencing `$parent.value` as
the ng-disabled attribute, for example.

Change your code from this:

<ion-radio ng-disabled="{{$parent.isDisabled}}"></ion-radio>

To this:

<ion-radio ng-disabled="{{isDisabled}}"></ion-radio>
2014-08-05 16:42:10 -05:00
..
2014-07-25 19:47:50 +10:00
2014-06-04 10:41:53 -05:00
2014-07-29 10:32:40 -05:00
2014-05-08 09:11:16 -06:00
2014-04-14 10:47:27 -06:00
2014-07-31 14:43:29 -05:00
2014-07-31 14:43:29 -05:00
2014-07-30 13:47:49 -05:00