diff --git a/ionic/components/modal/modal.ts b/ionic/components/modal/modal.ts index 8be704352e..54d9b54af7 100644 --- a/ionic/components/modal/modal.ts +++ b/ionic/components/modal/modal.ts @@ -15,8 +15,8 @@ import {Animation} from '../../animations/animation'; * When a modal (or any other overlay such as an alert or actionsheet) is * "presented" to a nav controller, the overlay is added to the app's root nav. * After the modal has been presented, from within the component instance The - * modal can later be closed or "dimsissed" by using the ViewController's - * `dismiss` method. Additinoally, you can dismiss any overlay by using `pop` + * modal can later be closed or "dismissed" by using the ViewController's + * `dismiss` method. Additionally, you can dismiss any overlay by using `pop` * on the root nav controller. * * A modal can also emit data, which is useful when it is used to add or edit diff --git a/ionic/components/select/select.ts b/ionic/components/select/select.ts index 85ed182559..cea993ff08 100644 --- a/ionic/components/select/select.ts +++ b/ionic/components/select/select.ts @@ -4,20 +4,90 @@ import {NgControl} from 'angular2/common'; import {Alert} from '../alert/alert'; import {Form} from '../../util/form'; import {Label} from '../label/label'; +import {merge} from '../../util/util'; import {NavController} from '../nav/nav-controller'; import {Option} from '../option/option'; -import {Form} from '../../util/form'; -import {merge} from '../../util/util'; /** - * @usage + * @name Select + * @description + * The `ion-select` component is similar to an HTML `