initialize path and context component members to avoid null exception

This commit is contained in:
alecmerdler 2017-04-06 15:25:52 -07:00
parent a8ec7865a7
commit 49c04eb7af
4 changed files with 41 additions and 42 deletions

View file

@ -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)"