angular-transit
Advanced tools
Comparing version 1.0.1 to 1.0.2
16
index.js
@@ -22,3 +22,11 @@ (function(window, $, angular, undefined) {'use strict'; | ||
var first = true; | ||
arr.map(function(arrv) { | ||
if (first == true) { | ||
val = arrv; | ||
first = false; | ||
} | ||
arrv = arrv.split(':'); | ||
@@ -70,3 +78,11 @@ | ||
var first = true; | ||
arr.map(function(arrv) { | ||
if (first == true) { | ||
val = arrv; | ||
first = false; | ||
} | ||
arrv = arrv.split(':'); | ||
@@ -73,0 +89,0 @@ |
{ | ||
"name": "angular-transit", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
7207
5
168