Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

us-formly-templates

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

us-formly-templates - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"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">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc