us-formly-templates
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "us-formly-templates", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Extensão com templates para usar formly com bootstrap", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -319,3 +319,3 @@ angular.module('usFormlyTemplates', [ | ||
template: ` | ||
<ui-select ng-model="model[options.key]" required="{{to.required}}" ng-disabled="{{to.disabled}}" theme="bootstrap"> | ||
<ui-select ng-model="model[options.key]" required="{{to.required}}" ng-disabled="to.disabled" theme="bootstrap"> | ||
<ui-select-match placeholder="{{to.placeholder}}" allow-clear="true">{{$select.selected[to.labelProp]}}</ui-select-match> | ||
@@ -322,0 +322,0 @@ <ui-select-choices repeat="option[to.valueProp] as option in to.options | filter: $select.search"> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15159