0
votes
0answers
16 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
39 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
31 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
39 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
72 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. ...
-5
votes
0answers
32 views

How to insert a word processing tool into my app? [closed]

As part of the app I'm building I want to allow the user to upload a doc file which will be stored and be able to view and edit the document from the website. Are there any existing libraries that ...
0
votes
0answers
68 views

Angular JS Not Rendering Data in Node JS

I'm attempting to test (and learn) node JS alongside an existing Rails 3.2 application. Both of which are using Angular JS. I've had the Rails application running for a while now and it's getting ...
-1
votes
2answers
42 views

Sending a webpage that uses angular as an email

I have a webpage (using angular and some javascript) that requests data from a server and displays as a table. I would like to send a copy of this webpage by email, (using node and nodemailer). I ...
4
votes
1answer
80 views

Render static indexable pages with AngularJS for SEO purposes?

I'm currently working on a social app using Angular. I'd be keen to have public, search engine indexable pages to accompany the app, such as an indexable homepage, about page and contact page. What ...
0
votes
1answer
78 views

Angular Seed project, set index.html by default

I am using the Angular Seed project to build a simple website. When i start the node server and enter the url at localhost:8000, it serves up the directory contents. I would like it to serve up the ...
0
votes
0answers
41 views

Stop Node Child process repeating every two minutes

When I hit this a route, I want a launch a script. Ex: python look.py using nodeJS's childProcess. This javascript runs fine from CLI I only get one date printed out. But when I execute this code as ...
0
votes
1answer
195 views

Including Jasmine-node files in Karma's runner

Currently I have a set of node.js Javascript files along side a set of "regular" Javascript files that I will send down to a browser, using Angular as the client side framework. For unit testing I am ...
0
votes
1answer
83 views

how to handle browser cache with angularjs and nodejs?

currently i am using angularjs and nodejs i have some angular templates in my server, when the angular requesting the template, the template will be rendered in browser and it will be cached by the ...
0
votes
1answer
91 views

Download Client Side Json as CSV

I am using the angularJS frontend framework and nodejs/express as a backend server to send and receive JSON. The backend sent a large JSON object to the frontend and I was wondering if I could ...
-1
votes
1answer
202 views

Angular.js Tutorial using the Node.js webserver [closed]

I am trying to go through the Angular.js Tutrorial_00 and cannot seem to work out how to get the node.js web server to run the demo app? Has anyone done this tutorial or know how correctly use this ...

1 2 3 4 5
15 30 50 per page