Combo with remote data

Value (from k-ng-model) is:

{{ valueIs==null ? "null" : valueIs }} ({{ getValueType(valueIs) }})


...but should be (from cascade event):

{{ valueShouldBe==null ? "null" : valueShouldBe }} ({{ getValueType(valueShouldBe) }})