diff --git a/ionic/components/app/test/sink/pages/button.ts b/ionic/components/app/test/sink/pages/button.ts index 4b816bb540..507134ce99 100644 --- a/ionic/components/app/test/sink/pages/button.ts +++ b/ionic/components/app/test/sink/pages/button.ts @@ -17,8 +17,7 @@ import {Routable, NavbarTemplate, Navbar, NavController, Content} from 'ionic/io The faithful button. Not only our favorite place to click, but a true friend.

- Buttons come in lots of different colors, sizes (like those that take up the full width - and those that flow inline), and shapes. + Buttons come in lots of different colors:

@@ -29,11 +28,32 @@ import {Routable, NavbarTemplate, Navbar, NavController, Content} from 'ionic/io
+

+

+ various shapes: +

+

+

+ + + +
+

+

+ and with different embellishments: +

+

+

+ + + +
+

+

CLICKED

- `, directives: [NavbarTemplate, Navbar, Content, NgIf]