angular-stackables
Advanced tools
Comparing version 1.2.3 to 1.2.4
# angular-stackables ChangeLog | ||
## 1.2.4 - 2017-06-20 | ||
### Fixed | ||
- Fix issue where scrollbars would not reappear after modal was closed. This | ||
issue was introduced in v1.1.5. | ||
## 1.2.3 - 2017-06-01 | ||
@@ -4,0 +10,0 @@ |
@@ -238,3 +238,5 @@ /*! | ||
scope.$watch('show', function(value) { | ||
scope.$watch(function() { | ||
return typeof scope.show === 'function' ? scope.show() : scope.show; | ||
}, function(value) { | ||
if(value) { | ||
@@ -241,0 +243,0 @@ if(!self.isOpen) { |
{ | ||
"name": "angular-stackables", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "angular-stackables", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
39336
9
1027