File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Router.map(function() {
15
15
this . route ( 'index' , { path : '/' } ) ;
16
16
this . route ( 'actionSheet' ) ;
17
17
this . route ( 'backdrop' ) ;
18
+ this . route ( 'buttons' ) ;
18
19
this . route ( 'content' ) ;
19
20
this . route ( 'forms' , {
20
21
data : function ( ) {
Original file line number Diff line number Diff line change
1
+ < template name ="buttons ">
2
+ {{#contentFor "headerTitle"}}
3
+ < h1 class ="title "> Content</ h1 >
4
+ {{/contentFor}}
5
+
6
+ {{#ionView}}
7
+ {{#ionContent}}
8
+ < div class ="padding ">
9
+ < button class ="button "> Default</ button >
10
+ < br > < br >
11
+ < button class ="button button-light "> button-light</ button >
12
+ < br > < br >
13
+ < button class ="button button-stable "> button-stable</ button >
14
+ < br > < br >
15
+ < button class ="button button-positive "> button-positive</ button >
16
+ < br > < br >
17
+ < button class ="button button-calm "> button-calm</ button >
18
+ < br > < br >
19
+ < button class ="button button-balanced "> button-balanced</ button >
20
+ < br > < br >
21
+ < button class ="button button-energized "> button-energized</ button >
22
+ < br > < br >
23
+ < button class ="button button-assertive "> button-assertive</ button >
24
+ < br > < br >
25
+ < button class ="button button-royal "> button-royal</ button >
26
+ < br > < br >
27
+ < button class ="button button-dark "> button-dark</ button >
28
+ </ div >
29
+ {{/ionContent}}
30
+ {{/ionView}}
31
+ </ template >
You can’t perform that action at this time.
0 commit comments