docs(demos): add demo for select

references driftyco/ionic-site#397
This commit is contained in:
Brandy Carney
2016-02-05 14:43:16 -05:00
parent 70866988b0
commit 9a4b6bb9b0
3 changed files with 167 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ import {Option} from '../option/option';
* @property [multiple] - Whether or not the select component can accept multipl selections
* @property [disabled] - Whether or not the select component is disabled or not
* @property (change) - Any expression you want to evaluate when the selection has changed
*
* @demo /docs/v2/demos/select/
*/
@Component({
selector: 'ion-select',