Binding dropdown using angularjs in aspx page, issue in form submit code
Hi,I am using angular js to bind data in aspx page which contains so many js files already.
After my first line of code ( var app = angular.module('MyApp', [])) its directly going to below script and exits from there.
<script type="text/javascript">
//<![CDATA[
theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;
How to reslove this issue. Any help is greatly appreciated.
Regards,
Naresh.