mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
i put the break in changes
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import {NgElement, Decorator} from 'angular2/angular2'
|
||||
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
|
||||
|
||||
@Decorator({
|
||||
|
||||
@Directive({
|
||||
selector: 'ion-icon,ionicon,icon'
|
||||
})
|
||||
export class Icon {
|
||||
constructor(@NgElement() ngEle:NgElement) {
|
||||
ngEle.domElement.setAttribute('aria-hidden', 'hidden')
|
||||
constructor() {
|
||||
//ngEle.domElement.setAttribute('aria-hidden', 'hidden')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user