umb-auto-resize: remove unnecessary bindings and updates

This commit is contained in:
Mads Rasmussen
2015-09-11 09:19:58 +02:00
parent e5bbfc6c6a
commit b69e75ee7b

View File

@@ -131,13 +131,6 @@ angular.module("umbraco.directives")
activate();
element.bind('keyup keydown keypress change', update);
element.bind('blur', update(true));
$timeout(function() {
update(true);
}, 200);
//listen for tab changes
if (umbTabsController != null) {
umbTabsController.onTabShown(function(args) {