Thank you for your answer. Thats the logic i'm missing as i dont understand 
much about the server side / node side. 
I was trying to understand what they are talking about in this 
<http://stackoverflow.com/questions/25614635/sending-angularjs-form-to-nodemailer-to-send-email>
 forum.

Basicly i just need to retrieve the content of a shopping cart either by 
HTML or with some angular magic. I would have liked writing someting like: 
var emailContent ="<div ng-repeat="item in cart">{{item}}</div>
<button ng-click="sendMail(emailContent)">

I feel i have been losing too much time trying to apply some Angular logic. 
.. that i dont have yet ^^ 

Best regards

Le samedi 28 mars 2015 11:37:02 UTC+1, Sander Elias a écrit :
>
> Hi Alex,
>
> I need a bit more to help you. Last time I checked, nodemailer was a 
> server-side component, that really does not work in the browser. Angular is 
> quite magic, but it can't perform miracles ;)
> So, how do you plan to hook up the both?
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to