{{view Ember.Select contentBinding="ResAdmin.adminController.priceCategories"
valueBinding="selectedRestaurant.PriceCategoryID"
optionLabelPath="content.name"
optionValuePath="content.id"}}
how can i add the default value like “Please select Restaurant” as first value of ember select list? Any direct way available??
{{view Ember.Select prompt="Please select Restaurant"}}I recommend that you read the unit tests for the parts of Ember that you have questions about. They can reveal a lot of undocumented functionality and give examples on how to use them.