*hi friends*, 
   am new to angularjs , i need solution for getting the addslashes  string 
into stripslases.

*here is my addslashes data will be like this *

 ["'\\n<div id=\\\"creditBox\\\" class=\\\"row-fluid\\\">\\n<form 
action=\\'index.php\\' name=\\\"creditForm\\\" class=\\\"flycart-plugin 
form-horizontal\\\" method=\\'post\\'>\\n <div 
class=\\\"control-group\\\">\\n'"]
 
*but i need the output to like this below *

<div id="creditBox" class="row-fluid">
<form action='index.php' name="creditForm" class="form-horizontal" 
method='post'>
 <div class="control-group">
</div>
</form>
<div>
 
 
 hope for your replies
 thank you
 Priya Bose

-- 
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