You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of ng-if creates a child scope, so the form directive creates
the FormController on this scope. $parent is used explicitly to ensure
the FormController is on the correct scope.
Fixes#4
This is the view directly after successfully creating a new card:
The text was updated successfully, but these errors were encountered: