cleanup(ng-if): remove OnChange

This commit is contained in:
otodockal 2015-01-24 18:36:01 +01:00 committed by Victor Berchet
parent 4fdb3cf566
commit b3693e6e0f
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import {Template} from 'core/annotations/annotations';
import {OnChange} from 'core/compiler/interfaces';
import {ViewPort} from 'core/compiler/viewport';
import {isBlank} from 'facade/lang';