From acf567c9d937c99029c5cf48598cf7496c4b927f Mon Sep 17 00:00:00 2001 From: Ryan Seamons Date: Sat, 13 Feb 2016 14:46:10 -0700 Subject: [PATCH] Update to decorators docs (bad link) the config link was relative to the page rather than the domain. I think the added '/' should fix that. --- ionic/decorators/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/decorators/app.ts b/ionic/decorators/app.ts index 70ff5ba7d6..d7f1463ae3 100644 --- a/ionic/decorators/app.ts +++ b/ionic/decorators/app.ts @@ -26,7 +26,7 @@ const _reflect: any=Reflect; * } * ``` * -* @property {object} [config] - the app's {@link docs/v2/api/config/Config/ Config} object +* @property {object} [config] - the app's {@link /docs/v2/api/config/Config/ Config} object * @property {array} [providers] - any providers for your app * @property {string} [template] - the template to use for the app root * @property {string} [templateUrl] - a relative URL pointing to the template to use for the app root