Ivan Ferrer
Ivan Ferrer
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
bash_completion - programmable completion functions for bash 4.1+ Version 2 (2.04) RELEASE: 2.1 http://bash-completion.alioth.debian.org/
Exactly, but I believe the problem only occurs when the file is executed with an "invalid argument" or "null" entry , generating an invalid status in the process. As I...
I tried Installing the same version 4.0.1, however I still have this problem when I select only a day and not an interval. My angular is version 8.3.29. But I...
try doing so: ``` $scope.sigleAfter = function(current) { if (current == 1) { $scope.condition = false; } } ```