Skip to content

Instantly share code, notes, and snippets.

@sfnewzgirl
Last active September 26, 2016 21:12
Show Gist options
  • Save sfnewzgirl/17053863e154ccf34d118dd97414247e to your computer and use it in GitHub Desktop.
Save sfnewzgirl/17053863e154ccf34d118dd97414247e to your computer and use it in GitHub Desktop.

Week 6 Learning Objectives

###Custom Directives

  • Explain the justifications for using custom directives.
  • Describe the directive definition object and implement it in creating a directive.
  • Integrate a third party directive into your code.

###Make a Directive

  • Create a custom directive.

###Promises

  • Explain the purpose of promises.
  • Draw the lifecycle of a promise.
  • Manipulate promises using Angular’s $q service.

###Services

  • Explain motivations for using services.
  • Create a custom service.
  • Use promises in a custom service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment