0
votes
0answers
39 views
AngularJS - server-side rendering
As you may know, AirBnb opensourced Rendr (http://nerds.airbnb.com/weve-open-sourced-rendr) which should enable server-side rendering of Backbone apps. This is cool, because one can run the first ...
0
votes
0answers
32 views
Karma Nodejs Angular Interacting with DB
I have an application that very data intensive and it displays different very different output dependent on data in the backend mongodb database. Is there a way I can write e2e tests with karma and ...
0
votes
0answers
28 views
Angularjs full stack testing
How do you do a full stack testing of an nodejs/angularjs application. I have been having numerous issues with zombiejs where the tests intermittently fail and pass.
I want tests that simulate ...
2
votes
1answer
43 views
Error installing Karma on Node - error retrieving current directory - on OSX Mountain Lion
I've been struggling with this one today, and can't figure out what the problem is - and unfortunately Google hasn't been much help.
I'm trying to follow the AngularJS tutorial but am unable to ...
2
votes
1answer
116 views
Node.js CORS session cookie with Angular.js
I am making a simple login using Node.js with CORS and Angular.js.
That is --- client.example.com is making a POST too api.example.com/login where on success a session cookie is returned too ...
0
votes
1answer
54 views
Angular.js - Redirection not working
I have somes difficulties to understand the behavior of Angular.js routing
Here is my code
my app.js:
'use strict';
var app = angular.module('myApp', []).
config(['$routeProvider', ...
-1
votes
0answers
34 views
Getting the most performance from serving HTML+js in node [closed]
(trying to avoid having this question closed due to lack of objectivity in replies)
I am trying to create an application in angular.js that creates and serves HTML+js as pages (served inside ng-view ...
0
votes
0answers
51 views
Why page not redirecting in AngularJS+Express
I am making an demo site with angular express seed by Brian Ford (thanks a lot), but after edit a post it does not redirecting to listing url. edit operation doing fine just not redirecting to listing ...
1
vote
2answers
179 views
Framework for realtime nodeJS application
I have a little question. Which framework suits best for my planned application.
About the app
It will be modular realtime app for user collaboration on everything that company needs.
So there will ...
1
vote
0answers
80 views
Issue with routing and user authentication in angularjs
i am creating an application with angularjs and nodejs.
how to authenticate and authorize user in angularjs. say for example before sending a template to the user i have to check whether the user has ...
1
vote
1answer
103 views
How to implement a login with Node.js (behind nginx) and AngularJS
At the moment I try to build a site with public and private area. I use Node.js server-side. Node.js mainly provides data via REST Web Services for the front-end and handle the login. All data will be ...
-4
votes
0answers
43 views
what take in consideration when choose a new framework [closed]
I would like to know what to take in consideration when comes the moment to chose my next framework. In one way or another in the near future we should start working with one of the following ...
0
votes
1answer
41 views
What backend can I use to setup breeze properly on a mac?
I would like to develop an AngularJS app with Breeze. I usually use NodeJS with Express but I hear it wont work with Breeze. All the example on breezejs.com use ASP.Net but i am on a mac and you can't ...
0
votes
1answer
52 views
Express and URL rewriting | HTML5 history
I'm trying to build a simple server to serve a single HTML page where all the logics are
handled by Angular. As far as I'm using the HTML5 history mode I'm able to navigate
through standard URLs.
...
2
votes
1answer
94 views
Access Denied with $http request in Angular and IE8
I am trying to get my angular app to do an $http.get request. Works everywhere but IE8. I am using latest Angular (1.0.6 I think). The only message IE gives is:TypeError:
Access is denied.
...