1
Reply

Including the angularJs in ascx file

Anjali Kumari

Anjali Kumari

7 years ago
416
<div class="form-group" data-ng-app="myapp">
<div data-ng-controller="myCntrl">
<input type="text" data-ng-model="a" />
<input type="text" data-ng-model="b" />
<h1>{{a+b}}</h1>
</div>
 
The above code is for  adding two numbers am trying to put in ascx file Is it the correct way please give the answer

Answers (1)