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