Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Angular Select select as label for value in array syntax broken for nullable #7605

Closed
basarat opened this issue May 28, 2014 · 1 comment
Closed

Comments

@basarat
Copy link
Contributor

basarat commented May 28, 2014

select as label for value in array shows an empty box if we drive the nullable from the model

For example for model

$scope.colors = [
      {name:'nothing', shade:null},
      {name:'red', shade:'dark'}
    ];

compare good version (color.name for color in colors)

image

with bad version (color.shade as color.name for color in colors)

image

Sample : http://plnkr.co/edit/MLgOTj9tjd9HF56Jm5RU?p=preview

@Narretz Narretz added this to the 1.3.0 milestone Jun 23, 2014
@btford btford removed the gh: issue label Aug 20, 2014
@petebacondarwin
Copy link
Contributor

This is fixed by #10639. See http://plnkr.co/edit/pf0EIrZbb9qXa7Oqy6kc?p=preview

petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Jan 10, 2015
petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Jan 11, 2015
petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Jan 11, 2015
petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Jan 11, 2015
petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Jan 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants