Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Selected Option not displayed correctly if options and selection are passed #7

Closed
jblankenhorn opened this issue Jun 6, 2014 · 1 comment
Assignees
Labels

Comments

@jblankenhorn
Copy link
Member

Selection is only displayed correct if a timeout is used

$scope.options = options;


$timeout(function () {
    $scope.selecttion = selection;
})
@pburgmer
Copy link
Collaborator

Applies only if an object is used as value in option-expression.
E.g: w11k-select-options="option as option.label for option in options"

@pburgmer pburgmer added the bug label Jun 10, 2014
@pburgmer pburgmer self-assigned this Jun 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants