Your documentation is not updated because it has different value with the template provided in templates/modal-template.html
header text options should be "headerText", not "header-text"
<h1 class="title">{{headerText}}</h1>
text property default should be "Name", not "text"
<label class="item" ng-click="validate(item)" ng-if="!multiSelect" ng-repeat="item in items">
{{item.Name}}
</label>