Skip to content

Commit

Permalink
Merge pull request #779 from educas/update-bindings-when-focused
Browse files Browse the repository at this point in the history
Fix(taBind): Reapply selector handles on focus
  • Loading branch information
pbassut committed Jul 7, 2015
2 parents 030b54f + 69f4687 commit f05857e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/taBind.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ angular.module('textAngular.taBind', ['textAngular.factories', 'textAngular.DOM'
element.on('focus', scope.events.focus = function(){
_focussed = true;
element.removeClass('placeholder-text');
_reApplyOnSelectorHandlers();
});

element.on('mouseup', scope.events.mouseup = function(){
Expand Down

0 comments on commit f05857e

Please sign in to comment.