button refactor

This commit is contained in:
Adam Bradley
2015-06-19 12:25:10 -05:00
parent 4a254b38ca
commit fadd5a5225
43 changed files with 153 additions and 204 deletions

View File

@@ -2,7 +2,7 @@ import {bootstrap, QueryList} from 'angular2/angular2'
import {Component, Directive, onInit} from 'angular2/src/core/annotations_impl/annotations';
import {View} from 'angular2/src/core/annotations_impl/view';
import {Button, Nav, NavPush, NavPop, NavParams, Routable, Router, NavController, NavbarTemplate, Navbar, NavPush, Content} from 'ionic/ionic';
import {Nav, NavPush, NavPop, NavParams, Routable, Router, NavController, NavbarTemplate, Navbar, NavPush, Content} from 'ionic/ionic';
import {SecondPage} from './pages/second-page'
@@ -30,7 +30,7 @@ import {SecondPage} from './pages/second-page'
'<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>' +
'<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>' +
'</ion-content>',
directives: [Button, NavbarTemplate, Navbar, NavPush, Content]
directives: [NavbarTemplate, Navbar, NavPush, Content]
})
export default class FirstPage {
constructor(