docs(id): fix broken link

This commit is contained in:
Drew Rygh
2016-02-09 18:37:01 -06:00
parent 1a5821b77f
commit 7d8e567c65

View File

@@ -18,7 +18,7 @@ import {IonicApp} from './app';
* <ion-checkbox id="myCheckbox"></ion-checkbox>
* ```
*
* To get a reference to the registered component, inject the [IonicApp](../app/IonicApp/)
* To get a reference to the registered component, inject the [IonicApp](../IonicApp/)
* service:
* ```ts
* constructor(app: IonicApp) {