Four51 / CustomSolutions

Custom Solutions
7 stars 15 forks source link

AnonRouter #30

Closed lpaschka37 closed 8 years ago

lpaschka37 commented 8 years ago

Change the below lines to read as follows:

User.save if (_AnonRouter && !$scope.existingUser) _AnonRouter.route(); <--- Add to Line 57

User.login if (_AnonRouter) _AnonRouter.route(); <----Add to line 71

Typo in the following (you'll see it):

  1. Create your Template User On the admin page of your buyer site, got to Users > New User.

Maybe Note the Setup Steps are not required unless these files have previously been overridden. Same for Step "Update UserEdit Controller"

Also following the instructions to modify the anonRouter.js file is not working, changing the suggested lines of code produces no results and in some cases breaks the anon User function.

jrasmussen451 commented 8 years ago

closing as anonRouter was added to the base.