Skip to content

vijayxtreme/simpleAngApp

Repository files navigation

Angular JS Notes

Getting Set Up

  • Include JQuery
  • Include Bootstrap
  • Include Angular JS (using bower or whatever)
  • Create your script js

Two Way Binding

  • Alert classes example with Angular
  • ngApp, ngController, $scope, services / modules
  • ngDirectives (for manipulating page, like JQuery)
  • Minification
  • Some Angular Errors
  • Angular API

Simple Node JS Server

  • npm install express, cors (for cross browser), mongoose, bodyParser
  • set up simple routes
  • get route, post route

Install MongoDB

Basic REST on FrontEnd

  • GET
  • POST
  • DELETE

About

Simple Angular App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published