angular-express-blog
angular-express-blog copied to clipboard
Example AngularJS app using an Express + Node.js backend.
1. Downloaded the main branch: https://github.com/btford/angular-express-blog.git 2. npm install 3. node app.js 4. clicking 'new post' does not do anything. no js errors either. (5) (https://github.com/btford/angular-express-blog.git doesn't work either)
Hi There! and thanks for taking the time! I am really fresh in angulaJS therefore I couldn't find a solution for these bugs. There are two bugs, I was able...
Using the example http://briantford.com/blog/angular-express.html I'm not able to multiline blog post. \n obviously doesn't work gets escaped by jade. What I had to do (ugly) was to explode the text...
I found it a bit confusing that this demo app ships with a CSS file that is loaded into the page but never used. Also, the menu looks cleaner with...
angular-express-seed has been updated; this should follow suit.