Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 383 Bytes

cmu-angulardemo

angular demo for CMU 2015

Tasks:

  • add an input text field bound to a variable in an angular scope using ng-model
  • add an image that dynamically changes its source to get the facebook profile pic of the userid in the text field, using ng-src
  • retrieve the full name of the facebook user using the node 'request' library
  • display it using an angular variable