docs(demos): fix demos to have same class name and remove files that aren't needed anymore

references #5311
This commit is contained in:
Brandy Carney
2016-02-03 14:26:21 -05:00
parent f5a20d3dbb
commit 59da895ea0
30 changed files with 90 additions and 290 deletions

View File

@@ -114,6 +114,7 @@ import {ViewController} from '../nav/view-controller';
* }
* ```
*
* @demo /docs/v2/demos/alert/
*/
export class Alert extends ViewController {

View File

@@ -24,7 +24,7 @@ import {Toolbar} from '../toolbar/toolbar';
* @property [color] - Dynamically set which color attribute this button should use.
* @description
* Buttons are simple components in Ionic, can consist of text, an icon, or both, and can be enhanced with a wide range of attributes.
* @demo /docs/v2/demos/buttons/
* @demo /docs/v2/demos/button/
* @see {@link /docs/v2/components#buttons Button Component Docs}
*/