Tagged Questions
1
vote
2answers
24 views
Jade lang in a regular web app without node
Is it possible to use Jade in a regular web app without running on Node js? The question may sound crazy as Jade engine is written in node but wanted to find out if it can can be used oustide of ...
0
votes
0answers
26 views
angularJS binding not working
I have a problem with Angular and Jade. I have my index.jade that it looks like this:
extends ../layouts/default
block content
script(type='text/javascript', src='/js/angular.js')
...
0
votes
1answer
39 views
AngularJS - Access node/express session information
I am working on a node application that uses Express and Passport for authentication and authorization, and all of that is working properly. I am stumped, however, on how I would get the current user ...
0
votes
1answer
30 views
Codeigniter too much for only REST service, is there better options? [closed]
I'm starting to build a small ERP web application. Im currently a bit in-between choices for the system that i should use. What i have in mind is that i would do a REST api to pass data from backend ...
0
votes
1answer
45 views
Can express mix html and jade routes?
I want to setup an application where I can write as much html over jade as possible. I don't dislike jade, I just want to write html/angular/node APIs, since I'm learning a lot of technologies at once ...
0
votes
1answer
61 views
templateUrl failed using angularJS with nodeJs..?
I'm trying to fire up this mini app using templeUrl but I can't make it? :( This is the simple code, thanks for yr time!!
<!DOCTYPE html>
<html ng-app="app">
<head>
...
0
votes
2answers
217 views
AngularJS and nodeJs Express: routes and refresh
My app is "working" fine, but, when I press F5 in browser my problem appears.
My app is organized this way:
nodeJs + express, in Express I have those routes
core.app.get('/', function(req, res){
...
0
votes
3answers
42 views
Use Node.JS as REST server and web server
I am writing an application with Angular.js and Node.js.
There is a client-side app written in HTML & Angular.js that needs a web server like Apache to be online.
There is also a server-side ...
0
votes
1answer
22 views
Enable SSL on test node server
I'm trying to adapt the node server included with the angular-seed project to serve SSL. Based on this example where they have:
// HTTPS
var https = require('https');
// read in the private key and ...
-7
votes
0answers
105 views
What 20% of Javascript does 80% of the work for your apps? [closed]
I have been learning JS for a few months. I have been through multiple tutorials online, read JS books, and build a few sites locally with Nodejs. My end goal is to be able to build web apps with JS ...
0
votes
1answer
84 views
Express Angular - Strange JSON receive from POST
I try to learn Express/NodeJS, I work with c9 ide. To use passport framework for authentication, I try to implement a very simple login form, but when I try to send my login informations to my server, ...
0
votes
0answers
89 views
AngularJS testing using Karma
I am very new to AngularJS and trying to test a piece of functionality using Karma.
I installed node.js and when I open it and enter the following it doesn't do anything.
$ npm install -g karma
...
1
vote
1answer
129 views
How do I deploy an Angular.js app?
This may be a stupid question, but I'm wondering what platform I should use to deploy my Angular.js app? I tried using Heroku but got a "no Cedar-supported app detected" error. Any thoughts?
UPDATE
...
2
votes
1answer
82 views
Routing trouble in Angular & NodeJS [angular]
i have a problem with angular js,
i've created login.html & home.html..
after successfully login i want to change the page to home.html.
my routing is not working, default url is ...
0
votes
1answer
106 views
Karma install failing on rebuild npm node.js
So i'm tryin to get karma working on my Windows 7 machine and I'm continuing to have trouble.
I'm using node.js 0.10.7 and using the command npm install -g karma. The first issue was missing ...