nspangler
nspangler
@tagrudev I am doing the same thing. It doesn't necessarily seem like the cleanest implementation, but it works for the time being.
Thanks, it looks like you have already put a good amount of work into the implementation. I will take a look at RadMongoDB but it would be awesome if ObjCMongoDB...
@sylvaingi thanks for the quick response. It makes sense that using an URL is incorrect. I have decided to save the image in my meteor public folder then use the...
The problem is resolved locally. However where is the public/folder path in the deployed meteor project path?
Thanks for all the help, I will look into using and implementing assests. After investigation I have found this excerpt from the meteor documentation: "Meteor gathers any files under the...
@evolross I was having the same problem. I ended up implementing a probably wrong but temporary solution that removes the duplication. Do a `return " "` after the update of...
@evolross yeah I also noticed what you are saying. I agree `data-display="false"` is a better solution. It would be a good idea to eventually fix it in the package. I...
@REFaster are you using a bootstrap template.