bvaughn/angular-form-for

Support for asynchronous schemas

Open

#183 opened on Feb 4, 2016

 (2 comments) (0 reactions) (0 assignees)JavaScript (51 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (423 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I am trying to generate a form based on a schema that I retrieve asynchronously (promise-based). However, angular-form-for does not seem to detect the change, and instead renders a blank form. Am I missing something, or is this not implemented yet?

Reproduction codepen here.

Contributor guide