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
this does not seem to work: <input type="email" class="form-control" required ng-model="order.account.email" ng-remote-validate="[AFTERCARE + '/misc/email']" ng-remote-method="POST">
My project has AFTERCARE assigned to the $rootScope and print this out works, but inside the attribute it throws an error (ReferenceError: AFTERCARE is not defined).
Any idea?
The text was updated successfully, but these errors were encountered:
Hi there,
this does not seem to work:
<input type="email" class="form-control" required ng-model="order.account.email" ng-remote-validate="[AFTERCARE + '/misc/email']" ng-remote-method="POST">
My project has
AFTERCARE
assigned to the$rootScope
and print this out works, but inside the attribute it throws an error (ReferenceError: AFTERCARE is not defined
).Any idea?
The text was updated successfully, but these errors were encountered: