From 3648b48192932f231540103f96917a24437d14f1 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 6 Oct 2015 16:28:26 -0500 Subject: [PATCH] IonicApp api doc Closes #255. --- ionic/components/app/app.ts | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/ionic/components/app/app.ts b/ionic/components/app/app.ts index e269277a46..0365f37ad1 100644 --- a/ionic/components/app/app.ts +++ b/ionic/components/app/app.ts @@ -6,24 +6,8 @@ import * as dom from '../../util/dom'; /** - * @name IonicApp - * @description - * Service exposing the Ionic app level API. - * - * @usage - * ```js - * @App({ - * templateUrl: '/app/app.html', - * }) - * class MyApp { - * - * constructor(app: IonicApp) { - * this.app = app; - * } - * } - * ``` - * Note: Ionic sets `ion-app` as the selector for the app. Setting a custom selector will override this and cause CSS problems. - * + * Component registry service. For more information on registering + * components see the [IdRef API reference](../id/IdRef/). */ export class IonicApp {