I have Created one modal in the modal having on textbox , i want to fill the the textbox as firstname than i will press the button ok , in the same page that value should display , i written the code but i dnt know where the problem after enter the value that value is not showing , can any one help me
Here the code..
- "myApp" ng-controller="myCtrl">
- runat="server">
- class="row">"myModal" class="modal fade" role="dialog">class="modal-dialog">class="modal-content">class="modal-header">
- class="close" data-dismiss="modal">×
class
="modal-title">Modal Headerclass="modal-body">- "text" placeholder="enter first name" id="name" ng-model="firstname" class="form-control" />
class="modal-footer">- class="btn btn-success" ng-click="valSubmit();">Ok
- class="btn btn-danger" data-dismiss="modal">Close
- class="row">class="col-md-12" style="border: 1px solid #3399ff">class="row">class="col-md-4 bg-info">
- Hello,
{{firstName}}
till alert the value is coming correctly...
but inside the

Cynthia SathuragiriPosted Jul 13, 2018, 2:21 AM