I just wanna build a web application,
this application is using html, php and angularjs but some php code doesn't work when mixed with angularjs. this is the example
- "text" name="nama" ng-model="nama" value=""/>
please help me how to fix it??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Apr 18, 2016, 10:28 PM
Dwi HyugaPosted Apr 19, 2016, 2:15 AM
Francis SusaimichaelPosted Apr 18, 2016, 11:00 PM
Dwi HyugaPosted Apr 18, 2016, 10:43 PM
Dwi HyugaPosted Apr 18, 2016, 9:35 PM
Francis SusaimichaelPosted Apr 18, 2016, 12:39 AM
For these kind of issues, F12 Developer toolbar is really helpful. If you are using IE, just press F12 key, in the tool bar the "Console" tab list out all the JS related errors. It will hint you what to do next.