Skip to content

Commit

Permalink
do not setting the focus model on blur automatically, fixes #38, #40
Browse files Browse the repository at this point in the history
  • Loading branch information
dnauck committed Mar 29, 2016
1 parent d61a22a commit 18b3d66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/angular-advanced-searchbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,10 @@ angular.module('angular-advanced-searchbox', [])
});
}
});
$element.bind('blur', function() {
/*$element.bind('blur', function() {
console.log('nitSetFocus - blur: ' + $element[0].name);
$scope.$apply(model.assign($scope, false));
});
});*/
}
};
}
Expand Down

0 comments on commit 18b3d66

Please sign in to comment.