mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
:derp: console logs
This commit is contained in:
@@ -5,7 +5,6 @@ import {Directive, Renderer, ElementRef} from 'angular2/angular2';
|
||||
})
|
||||
export class Blur {
|
||||
constructor(private elementRef: ElementRef, private renderer: Renderer) {
|
||||
console.log('Blur renderer', renderer);
|
||||
renderer.setElementStyle(elementRef, '-webkit-backdrop-filter', 'blur(10px)');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user