chore(docs): moving docs from /docs/v2 to /docs

This commit is contained in:
perry
2017-03-29 11:00:52 -05:00
parent 54acc74fdb
commit 41e34fc4ce
72 changed files with 127 additions and 127 deletions

View File

@ -12,9 +12,9 @@ import { DeepLinker } from '../../navigation/deep-linker';
* A Modal is a content pane that goes over the user's current page.
* Usually it is used for making a choice or editing an item. A modal uses the
* `NavController` to
* {@link /docs/v2/api/components/nav/NavController/#present present}
* {@link /docs/api/components/nav/NavController/#present present}
* itself in the root nav stack. It is added to the stack similar to how
* {@link /docs/v2/api/components/nav/NavController/#push NavController.push}
* {@link /docs/api/components/nav/NavController/#push NavController.push}
* works.
*
* When a modal (or any other overlay such as an alert or actionsheet) is
@ -111,8 +111,8 @@ import { DeepLinker } from '../../navigation/deep-linker';
*
* }
* ```
* @demo /docs/v2/demos/src/modal/
* @see {@link /docs/v2/components#modals Modal Component Docs}
* @demo /docs/demos/src/modal/
* @see {@link /docs/components#modals Modal Component Docs}
*/
@Injectable()
export class ModalController {