angular-transit
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -24,3 +24,10 @@ if ($) { window.$ = $; } else if (jQuery) { window.$ = jQuery }; | ||
var first = true; | ||
arr.map(function(arrv) { | ||
if (first == true) { | ||
val = arrv; | ||
first = false; | ||
} | ||
arrv = arrv.split(':'); | ||
@@ -44,7 +51,2 @@ | ||
setTimeout(function() { | ||
$attrs.fade = false; | ||
$scope.$digest(); | ||
},500) | ||
}] | ||
@@ -73,3 +75,11 @@ | ||
var first = true; | ||
arr.map(function(arrv) { | ||
if (first == true) { | ||
val = arrv; | ||
first = false; | ||
} | ||
arrv = arrv.split(':'); | ||
@@ -93,7 +103,2 @@ | ||
setTimeout(function() { | ||
$attrs.fade = false; | ||
$scope.$digest(); | ||
},500) | ||
}] | ||
@@ -100,0 +105,0 @@ |
11
index.js
@@ -25,3 +25,2 @@ (function(window, $, angular, undefined) {'use strict'; | ||
arr.map(function(arrv) { | ||
if (first == true) { | ||
@@ -50,7 +49,2 @@ val = arrv; | ||
setTimeout(function() { | ||
$attrs.fade = false; | ||
$scope.$digest(); | ||
},500) | ||
}] | ||
@@ -106,7 +100,2 @@ | ||
setTimeout(function() { | ||
$attrs.fade = false; | ||
$scope.$digest(); | ||
},500) | ||
}] | ||
@@ -113,0 +102,0 @@ |
{ | ||
"name": "angular-transit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple transitions for your Angular application using jQuery transitions", | ||
@@ -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
7063
162