Skip to content

Instantly share code, notes, and snippets.

View MattRooney's full-sized avatar

Matt MattRooney

View GitHub Profile
@MattRooney
MattRooney / recursion.markdown
Last active February 23, 2016 03:12 — forked from rrgayhart/recursion.markdown
Recursion and Generators Homework
  • Watch Recursion
  • Fork this gist
  • Answer the following questions in your fork
    • Do you pronounce 'babel' in the same way?
      • No.
      • Follow Up Question: Will you now?
        • No. Because of the murdery stuff.
    • What is an example of why/where you might use recursion
      • A cats and dogs relational database tree!
  • Drawing a Sierpiński curve

Intro

What is AngularJS?

  • A JS structural framework for dynamic web apps the lets you use HTML as your template language and extend HTML syntax to express components.
  • "It attempts to minimize the impedance mismatch between document centric HTML and what an application needs by creating new HTML constructs."

For example: * Data binding, as in {{}}. * DOM control structures for repeating, showing and hiding DOM fragments.

  • Support for forms and form validation.