Auto Focus input element on page load
bower install --save kt-angular-autofocus
add 'kt.autoFocus' as dependency to your angular app
add kt-auto-focus="true" to the element to be focused
<input ng-model="email" type="email" kt-auto-focus="true" />
- Akshay Garg - Website - https://www.karving.in/
This project is licensed under the MIT License