Stefano
Results
3
comments of
Stefano
I temporally resolved passing a new parameter `(placeholder: "@?placeholder",)` to the directive and changing: `if (isNull($scope.start)) $scope.start = $scope.min;` to `if (isNull($scope.start)) $scope.start = $scope.placeholder;`
Yes it was my obj. Now i'm not using this directive anymore (my customer changed the project). Thanks anyway.