Skip to content

Instantly share code, notes, and snippets.

@elbeezi
Last active August 29, 2015 14:25
Show Gist options
  • Save elbeezi/e58812bdaf8eb4daa0d5 to your computer and use it in GitHub Desktop.
Save elbeezi/e58812bdaf8eb4daa0d5 to your computer and use it in GitHub Desktop.
Ember challenge 1

#Ember challenge 1#

##Routes:##

  • /
  • /pages
  • /pages/one
  • /pages/two

##Components:##

  • page-block

##Behavior:##

  • / redirects to /pages

  • /pages has three buttons: Home, Page One, and Page Two

    • Home links to the pages index
    • the other two buttons link to their respective pages, and should have similar active/disabled behavior
  • pages/one has a simple block of text that says "HELLO EMBER"

  • pages/two has a block with:

    • a text input field
    • beneath the input, a live printout of the input transformed to uppercase

##Requirements:##

  • use ember-cli
  • use pods
  • no backend
  • noCSS, inline or otherwise, except where generated by Ember itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment