diff --git a/cit-portal-web/src/main/webapp/assets/js/angular/custom/directive/LabelInputDecimalDirective.js b/cit-portal-web/src/main/webapp/assets/js/angular/custom/directive/LabelInputDecimalDirective.js index 6ed5f5e..86adab7 100644 --- a/cit-portal-web/src/main/webapp/assets/js/angular/custom/directive/LabelInputDecimalDirective.js +++ b/cit-portal-web/src/main/webapp/assets/js/angular/custom/directive/LabelInputDecimalDirective.js @@ -13,6 +13,7 @@ citApp.directive("labelInputDecimal", ["$translate", function($translate) { model : "=ngModel", form : "=form", eventoChange : "&ngEventoChange", + eventoBlur: "=ngEventoBlur", precisao : "@ngPrecisao", labelAlertTooltip: '@', labelInfoTooltip: '@', @@ -23,7 +24,7 @@ citApp.directive("labelInputDecimal", ["$translate", function($translate) { restrict : 'E', template : "
" + " "+ - " " + + " " + "
", controller: ['$scope', '$element', '$attrs', function ($scope, $element, $attrs) { -- libgit2 0.21.2