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
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Apologies for my ignorance here - I'm trying to follow the AngularJS + Yeoman Guide and am experiencing an infinite loop when building the login form section.
I created a new project using generator-angular-fullstack v3.7.5
The generated login.js file for the login route is:
Does the most recent version of stormpath-sdk-angularjs support the component style generated here (by generator-angular-fullstack v3.7.5)? If not, is there a easy way to fix the generated code, or would I need to use an older version of generator-angular-fullstack (the tutorial does not specify a version as far as I can tell)?
Thanks
The text was updated successfully, but these errors were encountered:
It looks like it wasn't related to #147, but is now working after modifying a few lines of code in the generator-angular-fullstack v3.7.5 server files.
The first issue seemed to be that I inited the Stormpath middleware after require('./routes').default(app);. I moved this line after the SP init, and also changed the init code from:
rondanal
changed the title
Infinite loop when accessing /login
Infinite loop when accessing /login (using generator-angular-fullstack v3.7.5)
Jun 14, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Apologies for my ignorance here - I'm trying to follow the AngularJS + Yeoman Guide and am experiencing an infinite loop when building the login form section.
I created a new project using generator-angular-fullstack v3.7.5
The generated
login.js
file for the login route is:login.controller.js
:app.js
:I see that these differ from the
dashboard-app
example code, which doesn't use the component sytnax.When I run the project and visit `/login' I see an infinite loop in the browser. I've followed all of the steps up to https://docs.stormpath.com/angularjs/guide/register.html#create-the-registration-form verbatim.
Does the most recent version of
stormpath-sdk-angularjs
support the component style generated here (bygenerator-angular-fullstack
v3.7.5)? If not, is there a easy way to fix the generated code, or would I need to use an older version ofgenerator-angular-fullstack
(the tutorial does not specify a version as far as I can tell)?Thanks
The text was updated successfully, but these errors were encountered: