alpha39 updates

This commit is contained in:
Adam Bradley
2015-10-07 10:51:08 -05:00
parent a960069d01
commit 1befe94802
20 changed files with 55 additions and 252 deletions

View File

@ -1,6 +1,5 @@
import {ElementRef, Host, Optional, NgControl, Query, QueryList, View} from 'angular2/angular2';
import {Component, Directive, ElementRef, Host, Optional, NgControl, Query, QueryList, View} from 'angular2/angular2';
import {IonicDirective, IonicComponent} from '../../config/decorators';
import {IonicConfig} from '../../config/config';
import {Ion} from '../ion';
import {ListHeader} from '../list/list';
@ -43,7 +42,7 @@ import {ListHeader} from '../list/list';
* ```
*/
@IonicDirective({
@Directive({
selector: 'ion-radio-group',
host: {
'class': 'list',
@ -162,7 +161,7 @@ export class RadioGroup extends Ion {
* ```
*
*/
@IonicComponent({
@Component({
selector: 'ion-radio',
inputs: [
'value',