stormpath / stormpath-sdk-angularjs

User Management for AngularJS (1.x) applications
http://docs.stormpath.com/angularjs/sdk/
Apache License 2.0
165 stars 58 forks source link

Autofocus first form field #208

Open the-overengineer opened 7 years ago

the-overengineer commented 7 years ago

Adds support for autofocusing the first form field via a new directive. The directive is included in the default form templates.

Supports both synchronously and asynchronously loaded forms through optional parameter used to track when the form model changes.

Fixes #184