Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

todo solution #153

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

todo solution #153

wants to merge 25 commits into from

Commits on Jan 31, 2016

  1. Adds bower.json with angular and bootstrap as dependencies and moves …

    …challenge info to docs/.
    angusjfw committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    31d5aca View commit details
    Browse the repository at this point in the history
  2. Adds and configures jasmine and karma for unit testing and protractor…

    … for end to end testing.
    angusjfw committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    0ff98a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac12edb View commit details
    Browse the repository at this point in the history
  4. Renames feature test file.

    angusjfw committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    8f737b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6b42d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    898af0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fbacb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e8a7bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db59604 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    216d605 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d1a01e View commit details
    Browse the repository at this point in the history
  12. Adds controller, newTask input and addTask button to html and modifie…

    …s test to find them in page using angular bindings.
    angusjfw committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    9090b44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44f7910 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b732fc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4451f7d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b5da99f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8e16f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Configuration menu
    Copy the full SHA
    ca377b8 View commit details
    Browse the repository at this point in the history
  2. Implements checking off tasks by adding checkbox to each task and bin…

    …ding it to the task name css class.
    angusjfw committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    971a100 View commit details
    Browse the repository at this point in the history
  3. Adds unit test for task.done default and implements default in contro…

    …ller. Passing feature and unit level tests.
    angusjfw committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a4f3bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59020a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d75d8a View commit details
    Browse the repository at this point in the history
  6. Adds radio button group to interface with bootstrap styling and angul…

    …ar model and change bindings.
    angusjfw committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3c2172c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b07a9d View commit details
    Browse the repository at this point in the history
  8. Implements task filtering with function in controller linked to radio…

    … button labels and updates tests.
    angusjfw committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a5bc695 View commit details
    Browse the repository at this point in the history