Andrew
537b29d0bb
fix(toggle): fix ngChange being reported before model changes
...
Closes #1349 , #1741
BREAKING CHANGE:
ion-toggle no longer has an isolate scope.
This will break your toggle only if you were relying upon the toggle
having an isolate scope: if you were referencing `$parent.value` as
the ng-disabled attribute, for example.
Change your code from this:
<ion-toggle ng-disabled="{{$parent.isDisabled}}"></ion-toggle>
To this:
<ion-toggle ng-disabled="{{isDisabled}}"></ion-toggle>
2014-07-10 23:51:55 -06:00
..
2014-06-02 13:17:30 -05:00
2014-04-14 10:47:27 -06:00
2014-05-12 13:07:58 -05:00
2014-05-12 13:07:58 -05:00
2014-04-14 10:47:27 -06:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-04-17 09:20:17 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-04-14 10:47:27 -06:00
2014-05-12 13:07:58 -05:00
2014-06-02 13:17:30 -05:00
2014-06-12 11:40:23 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-27 15:58:17 -05:00
2014-05-12 15:13:44 -05:00
2014-06-17 17:42:10 +00:00
2014-06-11 16:07:38 -06:00
2014-07-08 11:32:43 -06:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-07-07 13:43:12 -06:00
2014-06-12 13:29:01 -05:00
2014-04-14 10:47:27 -06:00
2014-06-02 13:17:30 -05:00
2014-06-11 16:48:53 -05:00
2014-06-02 13:17:30 -05:00
2014-06-27 11:27:06 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-07-07 12:42:51 -06:00
2014-07-07 13:14:58 -06:00
2014-06-02 13:17:30 -05:00
2014-06-18 16:16:44 -05:00
2014-06-02 13:17:30 -05:00
2014-06-02 13:17:30 -05:00
2014-07-09 17:10:43 -05:00
2014-07-02 18:27:07 -05:00
2014-07-10 23:51:55 -06:00
2014-02-21 11:22:23 -05:00
2014-06-23 09:31:27 -05:00