From 3634a1d0ec6349c698a573c9045565ce369b632d Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 11 Sep 2015 14:28:37 -0500 Subject: [PATCH] docs todo --- ionic/components/app/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/app/app.ts b/ionic/components/app/app.ts index 5a54c8c7df..cd4aa79fb2 100644 --- a/ionic/components/app/app.ts +++ b/ionic/components/app/app.ts @@ -15,6 +15,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. * * @usage