Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Conversation

devilankur18
Copy link

For issue #149

Pass the custom function inside the options for the angular select2 options

model2Select: function(model) {
  return model.name;
},

select2Model: function(value) {
  return {'id': value, 'name': value};
} 

model2Select: function(model) {
  return model.name;
},

select2Model: function(value) {
  return {'id': value, 'name': value};
},
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant