docs: fix doc tags

This commit is contained in:
Drew Rygh
2015-09-08 15:00:14 -05:00
parent e2c01f4b12
commit b95ddaafa2
13 changed files with 31 additions and 35 deletions

View File

@@ -8,12 +8,12 @@ import * as util from 'ionic/util';
/**
* @name ionPopup
* @classdesc
* @description
* The Ionic Popup service allows programmatically creating and showing popup windows that require the user to respond in order to continue.
*
* The popup system has support for more flexible versions of the built in `alert()`, `prompt()`, and `confirm()` functions that users are used to, in addition to allowing popups with completely custom content and look.
*
* @example
* @usage
* ```ts
* class myApp {
*