Disable ionic form input field for some time?

I have created an ionic form in my app having several input fields. Now every time I go to the form view the input field in form gets focused automatically and the keyboard opens therefore to keep the keyboard from opening automatically I am thinking to keep the input field disabled for some time by using ng-disbaled but I was wondering if there are any other workaround for this situation.