Open shotap opened 9 years ago
??!?
@shotap - apologies for the delay on this one. The day-job has been a bit hectic, but try to will test and merge this soon.
Having a look at this now, but just wondering what these lines are for?
$scope.initialSelection = angular.copy($scope.model);
if (!isNaN($scope.initialSelection))
$scope.initialSelection = $scope.initialSelection * 1;
John
It because
'1' !=== 1
now ac-options supports value fields like
ac-options="l.name as l.id in loadData()"