@LouisR wrote:
I have this radio button:
<ion-radio ng-model="data.sort" ng-value="['-timestamp','model']" ng-click="closeSortPopover();">Recent model (default)</ion-radio>
but it does not check itself when I set $scope.data.sort to ['-timestamp','model'] somewhere else in the controller or view.
See the Pen Ionic Starter Template: v0.9.25 by Ionic (@ionic) on CodePen.
Posts: 1
Participants: 1