-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting errors when I pass shareData object #26
Comments
Which version are you running? Check your .meteor/versions file and let me know. This should be fixed in the latest release I put out 2 weeks ago. --Josh Owens | 513-678-7081 | http://joshowens.me | @joshowens On Wed, Dec 24, 2014 at 12:01 PM, Srinivas Mangipudi
|
joshowens:[email protected] I just installed from atmosphere: meteor add joshowens:shareit |
Hi Josh, We are planning to release an app next week, and I was hoping to be able to Wishing you a happy new year. Best On Wed, Dec 24, 2014 at 10:58 PM, Josh Owens [email protected]
|
I have defined shareData object in my template helper as specified:
shareData: function() {
return {
title: this.myobj.title,
author: this.myobj.author,
summary: this.myobj.message,
image: this.myobj.imageUrl,
thumbnail: this.myobj.imageUrl,
}
}
but when I am passing this to the shareit template it is giving me the following errors {{>shareit shareData}}
Exception from Tracker afterFlush function: string is not a function
TypeError: string is not a function
Image attached.
The text was updated successfully, but these errors were encountered: