Merge pull request #5552 from seunje/patch-1

docs(): update id.ts
This commit is contained in:
Adam Bradley
2016-02-22 09:58:32 -06:00

View File

@ -6,7 +6,7 @@ import {IonicApp} from './app';
* @name Id
* @description
* IdRef is an easy way to identify unique components in an app and access them
* no matter where in the UI heirarchy you are. For example, this makes toggling
* no matter where in the UI hierarchy you are. For example, this makes toggling
* a global side menu feasible from any place in the application.
*
* See the [Menu section](http://ionicframework.com/docs/v2/components/#menus) of