function res() {
console.log("Res called");
deferredObject.resolve();
}
res();
setTimeout(res, 5000)
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
Ooohh.. Now I see. Well thank you so much for the help. Now I don't feel like such a dirty coder :-)