John O'Connor
John O'Connor
@xtreemrage OK, I'll look at what has changed since I put the demo together to see if I can pin down the problem.
Yes, this is a limitation at the moment, due to the custom implementation of the ac-model and ac-options attributes. I think you'll need to use the selectedVideo object as the...
@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.
No, sorry, not as yet. Bower isn't something I know very well, but I'll look into it when I have time.
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
Yes, you're absolutely right - I'll incorporate that change and add a test with a simple string array!
Sorry for the late reply. A disabled option isn't something I've put in there as yet. I'll see if I can add it in soon.