Update id.ts

This commit is contained in:
Arunas Cesonis
2016-02-22 10:34:13 +00:00
parent 548b7d52d1
commit cc1dff2ceb

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