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?