Why I can't use in html?
Posted: Sun Oct 04, 2015 3:55 am
I try to use code<script></script> /codein html in angularjs(ionic)
And when I save the html and open again it break my tag like this:
code></script>/code
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I try to use code<script></script> /codein html in angularjs(ionic)
And when I save the html and open again it break my tag like this:
code></script>/code
Hello Elvin,
It is important to use JavaScript in JS files and set their dependencies:
https://devcenter.appery.io/documenta...
I got it thanks