ui-input-selectmodal.html 355 B

12345678
  1. <div class="input-group col-xs-12">
  2. <input class="form-control" ng-model="model[options.key]">
  3. <span class="input-group-btn">
  4. <button class="btn btn-default {{to.btnClassName}}"
  5. ng-click="options.templateOptions['openModal']('lg',options,to.modal);"
  6. type="button">{{to.btnLabel}}</button>
  7. </span>
  8. </div>