From c49a6d66f373a7e090ea8f9e886630327f83c305 Mon Sep 17 00:00:00 2001 From: joyfas.silva Date: Fri, 6 May 2016 09:07:20 -0300 Subject: [PATCH] {Redmine tarefa-4677} --- cit-portal-web/src/main/webapp/assets/js/angular/custom/directive/LabelInputDecimalDirective.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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