acute-select icon indicating copy to clipboard operation
acute-select copied to clipboard

Added value field

Open shotap opened this issue 9 years ago • 4 comments

now ac-options supports value fields like ac-options="l.name as l.id in loadData()"

shotap avatar Jun 30 '15 13:06 shotap

??!?

shotap avatar Jul 28 '15 09:07 shotap

@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.

john-oc avatar Aug 25 '15 14:08 john-oc

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

john-oc avatar Aug 25 '15 21:08 john-oc

It because

'1' !=== 1

shotap avatar Aug 26 '15 11:08 shotap