Tagged Questions
0
votes
2answers
20 views
how to disable the UI until a response from the server with AngularJS
I am building a web app with angularjs and nodejs (express).
Many times in my app a user will do things that will comunicate with the server and according to the result things will happen.
Whenever ...
2
votes
0answers
160 views
Can I use html5 local storage for storing user authentication session information
QUICK BACKGROUND:
I'm writing a Mongo/Express/Angular/Node SPA and using passport I have setup OAuth log in options to handle the user authentication / authorization.
With passport I am ...
2
votes
0answers
612 views
user authentication from Angularjs ( http get / resource ) using Passportjs
I m trying to use Passportjs with Angular and express. I am trying to test facebook strategy in passportjs.
The authentications seems to succeed but does not navigate to the callback url. It simplay ...
1
vote
0answers
234 views
How to set Angular JS $resource path (I'm getting 404s here)
I'm a noob to AngularJS and trying to set up a simple webapp in order to test, if the framework suites our needs. I've read the API reference and did the tutorial. Unfortunately the way path and ...
1
vote
0answers
123 views
Using node modules in testacular
Is it possible to 'require' NodeJS modules in Jasmine tests which run under Testacular (to test AngularJS end-to-end scenarios)?
Background:
I'm building a NodeJS service which delivers an AngularJS ...
1
vote
0answers
368 views
Node/Angular/Express routing issue
I'm creating a simple node app using the node angular seed + express (https://github.com/btford/angular-express-blog/), which I'm trying to tie into Salesforce REST for data. I selected a node package ...
1
vote
0answers
55 views
Node-Perfectapi set CORS http headers
I'm using following node.js api Server: node-perfectapi
I opened an issue here
I try to call the perfect api over javascript. It's wokring with jQuery.ajax(), but I want to call it from angular.
...
1
vote
0answers
197 views
Not able to deploy Angular app made in Yeoman
I created an app using Yeoman. It works fine on my local while "yeoman server" is running.
But when I created a dist, running "yeoman build", it doesn't work.
Here is link to the code on github: ...
1
vote
0answers
68 views
Installing yearofmoo demo on Windows 7 64-bit
I'm trying to go through the demos at http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-testacular.html#testacular and seem to be having a problem installing the demos on W7 ...
0
votes
0answers
29 views
How to automatically declare routes in Angular.js when using Express.js
I'm building an Express.js and Angular.js application. I'm noticing as I add views and controllers to Angular.js that I'm duplicating work. I'm actually declaring the route in two places. It doesn't ...
0
votes
0answers
50 views
How to send data from node.js to angular.js controller
I'm using node.js and passport for authentication, and I need to send 'login failed' message to the client if a user failed to authenticate. My application uses also express middleware.
I'm using ...
0
votes
0answers
10 views
Integrated seed for server side - client side boilerplate
Am looking to work on my pet project using angular and nodejs.
There are good client side angular seeds and server side nodejs seeds on github.
Is there a seed which gives a comprehensive seed ...
0
votes
0answers
31 views
MongoDb Tailable Streaming Returns Duplicates
I have a few MongoDb Capped Collections and I'm attempting to stream new entries (from another process) out to my page over SocketIO like so:
Server side:
...
var TickerSchema = new ...
0
votes
0answers
31 views
Inconsistent results from karma e2e test runner. How can I debug?
I have a simple angular / requirejs / node project that loads correctly when viewed from a browser. I'm trying to get e2e tests with karma set up.
I've copied all of the e2e configurations and ...
0
votes
0answers
18 views
Mod_proxy server flow for making HTTP requests via a hosted javascript app
Can anyone give a moderately detailed proxy server flow for making HTTP requests via a hosted javascript app, which is an angularjs/node app hosted on apache server port:3000 in my case. I'm calling ...