Here is the submit button:
<input type="submit" ng-click="Showdata()" class="btn blue pull-right" Text="" />
Here is the text box for email:
<input type="text" ng-model="texttype" class="form-control" ng-class="eml" placeholder="Enter Email" />
here is the textbox for pass:
<input type="password" ng-model="passwordtype" class="form-control" ng-class="pass" placeholder="Enter Password" />
Here submit working for the mouse click..But how can i work on enter click?? Here i am using angularjs. How can i submit on both mouse click and enter key press?