angular-transit
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "angular-transit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple transitions for your Angular application using jQuery transitions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,5 +17,5 @@ # Angular Transit | ||
You can have a `$scope` attribute as an attribute variable to `fadeIn()` or `fadeOut()` an element. | ||
You can have a `$scope` attribute as an attribute variable for `fadeIn()` or `fadeOut()` an element. | ||
Example usage (assuming you are using $scope or $rootScope variables): | ||
Example usage (assuming you are using `$scope` or `$rootScope` variables): | ||
@@ -37,5 +37,5 @@ ``` html | ||
You can have a `$scope` attribute as an attribute variable to `slideDown()` or `slideUp()` an element. | ||
You can have a `$scope` attribute as an attribute variable for `slideDown()` or `slideUp()` an element. | ||
Example usage (assuming you are using $scope or $rootScope variables): | ||
Example usage (assuming you are using `$scope` or `$rootScope` variables): | ||
@@ -42,0 +42,0 @@ ``` html |
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
6500