#Ember challenge 1#
##Routes:##
//pages/pages/one/pages/two
##Components:##
page-block
##Behavior:##
-
/redirects to /pages -
/pageshas three buttons:Home,Page One, andPage TwoHomelinks to the pages index- the other two buttons link to their respective pages, and should have similar active/disabled behavior
-
pages/onehas a simple block of text that says "HELLO EMBER" -
pages/twohas 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