angular-stackables
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "angular-stackables", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "AngularJS stackable widgets built on HTML5 dialog.", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "angular-stackables", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"dependencies": {} | ||
} |
@@ -33,5 +33,7 @@ /*! | ||
template: ' \ | ||
<dialog class="stackable" ng-class="{\'stackable-modal\': modal}" \ | ||
<dialog class="stackable stackable-fadein stackable-fadeout" \ | ||
ng-class="{\'stackable-modal\': modal}" \ | ||
ng-show="show"> \ | ||
<div ng-if="show || persist" class="stackable-content"> \ | ||
<div class="stackable-content stackable-fadein stackable-fadeout" \ | ||
ng-if="show || persist"> \ | ||
<div ng-transclude></div> \ | ||
@@ -38,0 +40,0 @@ </div> \ |
Sorry, the diff of this file is not supported yet
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
23878
675