0
votes
0answers
14 views

Serving images from AWS S3

I am having an issue that I cant solve in my head for some reason. I have a client (Angular) and server (Node). They should run in same domain. Idea is that when the user is logged in he can change ...
0
votes
1answer
22 views

Automating Node and Angular frontend/backend Integration, production preparation and deployment?

I have been experimenting with Node.js for a while and have hacked together simple projects with Express, Hapi and Restify. The frontends on these small projects were very small and limited, as I was ...
0
votes
0answers
44 views

How Do I prepare myslef for Mean Stack developer [on hold]

I am basically a .net stack developer and now interested in Mean Stack.About I am have sort of mid level expertese. For Mean stack developer what i have found that i have to Learn following things ...
1
vote
1answer
21 views

MEAN Stack CRUD todolist giving infinite list, won't delete

I've been banging my head against this for days and I'm still unsure what's wrong. I'm getting an infinite list of items as soon as I load localhost. These items are usually empty and don't contain ...
0
votes
2answers
32 views

Generate excel files client side or server side with node & angular

My app use node.js & angular.js. I used Django in a previous version and generating excel file was just a breeze thanks to xlwt. Is there an easy way to generate excel files with node or ...
1
vote
0answers
23 views

AngularJS and Express - Routing multiple urls

I'm currently trying to write a service with the MEAN stack to handle actions on a game. I've followed boiler plates up to the point where I now need to add custom actions. I have a game model which ...
1
vote
1answer
28 views

Parsing url params in expressjs - angularjs application

Struck with routing issue in expressjs and AngularJs project. It's not a single page application and I am not using any view engines such as jade. We are just using plain HTML. I am working on ...
0
votes
0answers
18 views

Authentication Strategy with Service oriented AngularJS

I am creating an Angular Web app that runs without a back-end framework but instead different services for crud and authentication. I was wondering about a strategy for a secure strategy for ...
1
vote
1answer
37 views

Angular routing doesn't work when URL is directly visited in browser but works when clicked to?

I have an angular app with a directory structure app ..views ....partials ......main.jade ......foo.jade ....index.jade and routes defined like: 'use strict'; angular.module('myApp', [ ...
-1
votes
0answers
20 views

is it possible for angularjs controller access into custom express middleware ?

say i have a custom middleware in express app app.use(sessionHandler.isLoggedInMiddleware); this.isLoggedInMiddleware = function(req, res, next) { var session_id = req.cookies.session; ...
0
votes
0answers
22 views

How should I structure my Angular modules for easy globbing?

I've taken to structuring my Angular apps in terms of modules, kind of like the Angular repo itself. For example, a module's structure might look like: module |--module.js |--directives | ...
0
votes
1answer
63 views

How Do I Set Up The MEAN (Mongo, Express, Angular & Node) stack on Nitrous.IO

I using the upcoming weekend to check two things off of my 2013 project list: Give Cloud Development A Try Try ANGULAR.JS My game plan is to set up the MEAN stack on Nitrous.IO and then use the ...
1
vote
1answer
50 views

socket.io angular error: Uncaught TypeError: Cannot call method 'onClose' of null

I'm trying to follow the guide here: http://www.html5rocks.com/en/tutorials/frameworks/angular-websockets/ I'm using node, express, and socket.io with angularjs. I get the follow error on the ...
1
vote
2answers
25 views

Where to load bulk data in the MEAN+Mongoose stack?

In which of the MEAN stack level is it best to load bulk data? I have about 200 - 800 entries of 2 - 3 different types (i.e. they would require 2 - 3 different Mongoose schemas). Here are the ...
0
votes
3answers
45 views

Directory structure for Node.js and Angularjs prokect [closed]

I am starting a node.js application using angular.js I need to setup the directory structure but am a bit unclear on how it should be? Any ideas would be good. Cheers
-1
votes
1answer
59 views

Angularjs+nodejs+mongodb or angularjs+web service REST (php)+mysql [closed]

I m looking for the best architecture for my web app. This app will mainly manage lists of elements(CRUD). I m wondering what would be the best architecture between the two I've mentioned. Could ...
0
votes
0answers
39 views

How can I force node.js to be case sensitive?

We have a Angular.js project locally running on node.js. No we published on a Apache server and noticed, that Angluar includes do not differ between upper and lower case letters as long as it is ...
0
votes
1answer
40 views

Mongoose eager loading?

I have a problem concerning the return of a mongodb document. I am using following call in my node.js server configuration: app.get('/ruimtes/:afkortingCampus', function (req, res) { ...
0
votes
1answer
38 views

Undefined error in MEAN CRUD

{ text: undefined, done: false, _id: 529e16025f5222dc36000002, __v: 0 } PUT /api/todos/529e16025f5222dc36000002 200 142ms - 68b I keep getting this error when trying to do an update for my ...
0
votes
1answer
37 views

Real time update with php, node.js, express.js and socket.io

I have created a web app with php as server side and angular as front end. In that application I need realtime update of a grid list, whenever a change is happened in the record. So I have decided to ...
0
votes
1answer
57 views

MEAN Stack CRUD update 404 error

Heads up, noob coming through. Trying to build a MEAN stack todo list. So far I've gotten everything to work except for the update option. What I've done is set up the application so that it prompts ...
1
vote
1answer
22 views

Angular JS auto-bootstrapping and manual bootstrapping failing for module

My module is defined as follows: //controller.js var app; app = angular.module('toDoApp', []); app.controller('toDoCtrl', function($scope) { $scope.appTitle = 'ToDo List App'; $scope.toDoText ...
0
votes
3answers
71 views

AngularJs Routing without hashtag in link?

I've recently began learning AngularJs for web development and am loving it so far. However, I'm not so sure about having hashtags withing the link when routing between views. My main concern is how ...
0
votes
0answers
37 views

How to create a directive in Angular JS for a Morris JS graph

I am trying to create a graph using Morris JS by creating an Angular JS directive. My directive code is: Reporting.directive('morrisLine', function(){ return { restrict: 'EA', template: ...
0
votes
0answers
29 views

Convert tiff images in Node.js and send them to Angular.js [closed]

I'm planning to build a small app, with the purpose to search and render multypage tiff images in the browser. Plugins like alternatiff works well but I want to avoid the user to install it. I found ...
0
votes
0answers
35 views

it courses in uk (angular.js, node.js, unit testing, noSql …) [closed]

I am a french student in IT. I would love to find courses in advanced JavaScript with: angular.js node.js unit testing c++ any other javascript feature and why not with: mathematic java ...
0
votes
1answer
65 views

Adding AngularJS on top of existing Node.js, Express, MongoDB and Socket.io Stack

I've been developing a web app using Node.js, Express, MongoDB, Mongoose and Socket.io for some time now. Version one has just been released and is working great. For version two however, I want to ...
0
votes
1answer
104 views

Node.js or PHP as backend for angular frontend? [closed]

I do not have experience in web development(more of a desktop guy), but I am starting to learn. I need to create a small web app that allows users to do 2D designs of a floor plan, The elements will ...
1
vote
1answer
42 views

Pattern for sharing a library between angularjs and node.js

How can I share a library between angularjs and node.js? For example an angularjs service is often a reusable piece of code. Let's take a URL library as an example (pick apart and construct URLs). ...
0
votes
1answer
56 views

Store private key on a static Angular site

I have a static AngularJS file. It's deployed on Amazon S3. I am accessing a API which has a hash authentication mechanism. I have to use a private key in order to create a hash of the URL and send ...
0
votes
2answers
26 views

How to use ng-disabled with jade templates

Now I work with nodejs and investigate angularjs for fun) But I have some problem I want to add file upload for my blog project and i did it) So I want show upload button only if user select some ...
1
vote
2answers
33 views

can't submit a form on express/angular app

in my program there's a validation function on it, if there's an error it will prevent the form to submit and display error msg else it will console.log("Success") but my form cannot be submitted even ...
0
votes
1answer
54 views

How to fix “There is no server listening on port 9876” error while running karma?

I am a newbie to karma .while i running the following PS D:\app> karma run it shows the error [2013-11-29 17:39:54.297] [DEBUG] config - Loading config D:\app\karma.conf.js There is no server ...
0
votes
1answer
18 views

angular-phonecat tutorial- server not working

I am working through this tutorial in angular-js. when I run the server, nothing seems to happen, my console looks like this: This is in git bash but I get the same thing in windows console. When I ...
0
votes
0answers
45 views

Inserting an embedded document into MongoDB with angularJs

When trying to insert an embedded document, what should the angular view look like? This is my model in node: var ArticleSchema = new Schema({ /*other fields that aren't relavent here */ ...
0
votes
0answers
35 views

getting Wrong url in Angular url

I have getting a problem with Angular js url.i have implementing app.js where all url mapping is done.my proper url is this for page.html "https://chanrjeetsingh.com/home/index#/page.html". but i ...
0
votes
1answer
37 views

role-based page views with angular and node

In my app, I have a main page for admins, who should be able to perform admin actions. I know that all server calls need to be properly authenticated and all that. Nevertheless I'd like to reduce ...
-2
votes
0answers
50 views

display information from mongo database on angular page?

I'm trying to display information from the teachers database that is loaded into mongodb. I've done this with a classes database and everything shows correctly, however when I try it with teachers i ...
0
votes
1answer
44 views

Object #<Resource> has no method 'push'

At first I had this, but got error Expected response to contain an object but got an array: angular.module('homeModule').factory("TodosFactory", ['$resource', function ($resource) { return ...
0
votes
2answers
45 views

Why during $save() it generates a new entry in the mongoDB with a string _id?

MEAN stack newbie here. Probably asking a silly question. As an exercise, I have been trying to implement a prototype SPA which shows a series of task cards on the screen (kinda like Trello). For ...
1
vote
1answer
31 views

Express routing conflicting with AngularJS routing.

I have routing code of the following nature in Express : app.get("/profile/:param", function (req, res) This is coinciding with the path routing provided by AngularJS. For instance, when an ...
2
votes
2answers
342 views

Yeoman for Angular, then “grunt serve” won't start

This is the first time I use yeoman to setup the scaffolding for an AngularJS app, and I have to admit I am likely new to the nodeJS, grunt and bower world. So, here's what I've done so far: I made ...
0
votes
1answer
37 views

how to deploy nodejs on heroku

Hi I developed a small application in nodeJs and angular using the angular-fullstack generator for grunt, following the instruction on: https://npmjs.org/package/generator-angular-fullstack, when I ...
-2
votes
0answers
71 views

Website using nodejs, jquery/angularjs , mongodb [closed]

I wanted to build a similar website as : http://rikoru.2013.nodeknockout.com/ as a project using nodeJs, mongodb and javascript(jquery/angularJs). Can anyone help ??
0
votes
1answer
37 views

NodeJS folder structucture, view files placing, routing SPA

I have been learning for NodeJS for few days now, and there are tons of example projects, but what I am interested is Express + Angular + MongoDB + Single page application. So best one out there is ...
0
votes
1answer
70 views

Understanding the MEAN stack [closed]

Just a quick question. I have searched for a user group to post this in a more suitable location to no avail. I am getting familiar with the MEAN stack: https://github.com/linnovate/mean However I ...
1
vote
1answer
63 views

MEAN stack file structure & grunt [closed]

I am learning the MEAN stack by working on a personal project. At first, I used the combo of yeoman/grunt/bower, but I wasn't happy with the file structure that the yeoman generators had, so now I ...
5
votes
0answers
827 views

AngularJS: chat app with socket.io over https

I am running this example chat app https://github.com/btford/angular-socket-io-im that uses socket.io/angular/node to make a basic im client. However I run into trouble when I try to make it work ...
9
votes
3answers
4k views

Yeoman - Current best way to use it with AngularJS & Express?

I am using Yeoman 1.0 beta and not interested in the express-stack branch. What, then, is the recommended/best way to use Yeoman to scaffold an Angular project within Express? I tried running yo ...
22
votes
3answers
10k views

Structuring a NodeJS and Angular JS app

I'm about to attempt my first Angular JS project and it makes sense to use Node JS for the back end, even though it means learning both Angular and Node from scratch at the same time. The first thing ...

15 30 50 per page