Page 1 of 1

Why I can't use in html?

Posted: Sun Oct 04, 2015 3:55 am
by Elvin Chu

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


Why I can't use in html?

Posted: Mon Oct 05, 2015 2:32 pm
by Serhii Kulibaba

Hello Elvin,

It is important to use JavaScript in JS files and set their dependencies:
https://devcenter.appery.io/documenta...


Why I can't use in html?

Posted: Mon Oct 05, 2015 2:37 pm
by Elvin Chu

I got it thanks :)