angular-ui-layout
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "angular-ui-layout", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "This directive allows you to split !", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -398,2 +398,5 @@ 'use strict'; | ||
ctrl.containers.splice(newIndex, 1); | ||
ctrl.opts.maxSizes.splice(newIndex, 1); | ||
ctrl.opts.minSizes.splice(newIndex, 1); | ||
ctrl.opts.sizes.splice(newIndex, 1); | ||
} | ||
@@ -400,0 +403,0 @@ ctrl.calculate(); |
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
136135
2269