angular-express-blog icon indicating copy to clipboard operation
angular-express-blog copied to clipboard

Example AngularJS app using an Express + Node.js backend.

Results 15 angular-express-blog issues
Sort by recently updated
recently updated
newest added

idon't want to use jade ,just use HTML ,how can i do ?

Express 4 is a breaking change from Express 3. This app was developed in Express 3 and will broken if you update the Express version in its dependencies. I'm a...

module.js:340 throw err; ^ Error: Cannot find module '/var/www/html/angular-express-mongoose-seed/app.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:935:3

after npm install and trying to running web server and it wont let running not sure if the express is old version. ``` $ node api.js module.js:338 throw err; ^...

installation instruction added.

Hi, Brain. I have read your post "http://briantford.com/blog/angular-express". In first section, you forgot add **html(ng-app="myApp")** to index.jade. ![screenshot 2015-02-25 19 36 06](https://cloud.githubusercontent.com/assets/4737130/6369895/90a86cd2-bd25-11e4-8302-4cb826c682d1.png)

...call server will crash if the post has no text, as post.text will be undefined and substr is called on it.

- Internet explorer IE8+ Supported navigation with # in href. - Adding for "delete" using $http in Internet explorer IE8+.

Hello, I was wondering if there's a license for this project? MIT? BSD? Apache Commons perhaps? Thank you!

The demo Url: http://ang-exp-blog.briantford.com/ Failing to load/add blog posts. Error got in the console: `Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://ang-exp-blog.briantford.com/api/posts`