Skip to content

Commit

Permalink
SVY-11596 Change on element's format is not instantly reflected
Browse files Browse the repository at this point in the history
  • Loading branch information
lvostinar committed Sep 29, 2017
1 parent e1aac1a commit 8bd9128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textbox/textbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ angular.module('bootstrapcomponentsTextbox',['servoy']).directive('bootstrapcomp
if ($scope.model.format)
{
if (formatState)
formatState(value);
formatState($scope.model.format);
else formatState = $formatterUtils.createFormatState(child, $scope, ngModel,true,$scope.model.format);
}
})
Expand Down

0 comments on commit 8bd9128

Please sign in to comment.