From d51882e5246134d131092aeb2695b0a24c55a749 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Wed, 23 Sep 2015 10:47:16 -0500 Subject: [PATCH] chore(IonicApp): update description --- ionic/components/app/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ionic/components/app/app.ts b/ionic/components/app/app.ts index c2ea60ccc7..bff95108f9 100644 --- a/ionic/components/app/app.ts +++ b/ionic/components/app/app.ts @@ -16,8 +16,7 @@ import {FocusHolder} from '../form/focus-holder'; /** * @name IonicApp * @description - * TODO(adamdbradley): IonicApp is injected, not inherited from now - * The base Ionic class that your app inherits from. By inheriting from this class, you will have access to the Ionic API. + * Service exposing the Ionic app level api. * * @usage * ```js