angular-beacon
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -33,3 +33,3 @@ // Generated by CoffeeScript 1.7.1 | ||
if (elapsedTime >= 5000) { | ||
return console.warn('Timeout reached. Bailing out.'); | ||
return console.warn("Timeout reached. Bailing out (still missing: " + missing + ")."); | ||
} else if (missing.length > 0) { | ||
@@ -36,0 +36,0 @@ elapsedTime += 25; |
{ | ||
"name": "angular-beacon", | ||
"main": "angular-beacon.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "Lorenzo Villani <lvillani@develer.com>" |
{ | ||
"name": "angular-beacon", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Angular.JS directive which executes a callback when the view is fully rendered.", | ||
@@ -5,0 +5,0 @@ "main": "angular-beacon.js", |
Sorry, the diff of this file is not supported yet
9311