initialize path and context component members to avoid null exception
This commit is contained in:
parent
a8ec7865a7
commit
49c04eb7af
4 changed files with 41 additions and 42 deletions
|
@ -1,5 +1,6 @@
|
|||
<div class="dockerfile-path-select-element">
|
||||
<div class="dropdown-select" placeholder="'Enter path containing a Dockerfile'"
|
||||
<div class="dropdown-select"
|
||||
placeholder="'Enter path containing a Dockerfile'"
|
||||
selected-item="$ctrl.selectedPath"
|
||||
lookahead-items="$ctrl.paths"
|
||||
handle-input="$ctrl.setPath(input)"
|
||||
|
|
Reference in a new issue