Ovidiu Dolha
Results
2
issues of
Ovidiu Dolha
New feature: dynamic transclusion slots. Currently (1.5.x), a directive/component with transclusion slots must specify up-front the slots, using the transclude: { ... } approach. With this PR, it is possible...
type: feature
component: $compile
cla: yes
In this function: https://github.com/SBoudrias/Inquirer.js/blob/815690c79cce2de1ff56be0ecebf226f972024a5/lib/prompts/checkbox.js#L130-L137 if a choice is `disabled` it will never be part of the question's answers, even if it is also `checked`. This is inconsistent with common behavior....