About Forms

I am going to develop a simple form based application using Ionic Framework . I want to send form details to my dedicated server database. Please send me a sample code for this…

You can tie input from your views form to the controller using ng-model and you can submit data to a server using $http. Take a look at this Stack Overflow post for an explanation: http://stackoverflow.com/questions/25025426/angular-how-to-pass-scope-variables-into-the-node-js-server