Skip to content

Releases: brianacdev/AngularContacts

Step 8

27 Jan 18:35

Choose a tag to compare

  • Call the CreateContact function on submit for the create contact form
  • Call the CreateContact in the ContactsService
  • Injected $q to the ContactsService to allow the usage of promises

Step 7

27 Jan 17:26

Choose a tag to compare

  • Added the CreateContactController
    • Added the NewContact property to the vm and initialized it to make sure the inputs are bound correctly
  • Added the create contact route
  • Added the needed references to the index.html

Step 6

27 Jan 17:04

Choose a tag to compare

  • Added Angular Routes
  • Modified the list of contacts so it uses the route-provider
  • Added the ng-view to the index.html
  • Added the required references to the index.html
  • note: create contacts is not setup so it will not work

Step 5

27 Jan 16:56

Choose a tag to compare

  • Injected $http into the ContactsService
  • Populated the contact list using an HTTP GET for the contacts.json file
  • Modified the ContactsService and the ContactsListController to support promises which are used in $http gets

Step 4

27 Jan 10:46

Choose a tag to compare

  • Added the ContactsService Angular factory (service)
  • Moved the source of the list of contacts from the controller to the service
  • Added the required references to the index.html

Step 3

27 Jan 10:35

Choose a tag to compare

  • Added the ContactListController
  • Modified the index.html so that the list of contacts is coming from the controller
  • Added the required references to the index.html

Step 2

27 Jan 05:00

Choose a tag to compare

  • Added the angular module for the contacts application
  • Added the required references to the index.html file
  • Added some binding on the page {{ 5 * 5 }} to verify that angular is referenced correctly

Step 1

27 Jan 04:50

Choose a tag to compare

  • Starting Point
  • Static HTML files provided
  • All dependencies are provided
  • If you are using node to host, type "npm install" to install all of the required node modules