This commit is contained in:
Juan Ferrer Toribio 2017-01-04 13:46:37 +01:00
parent d5507e472a
commit 86a15a92aa
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export function directive(resolve, normalizer) {
scope.$watch(attrs.model, () => {
element[0].firstChild.MaterialTextfield.updateClasses_();
});
scope.$on ('$destroy', () => console.log ('Destroyed!'));
}
};
}