1. 07 Mar, 2014 2 commits
  2. 28 Feb, 2014 1 commit
  3. 27 Feb, 2014 4 commits
    • Randall Leeds's avatar
      Fix all the ngModel usage for Angular 1.2 · 52673232
      Randall Leeds authored
      In Angular v1.2 what has actually changed about isolate scopes is that
      only the directive declaring isolation gets the isolate scope. Its
      template will inherit this scope, but other directives on the element
      will not. That's the reason ngModel now works with `$parent`.
      
      Everywhere we were binding the controller to the scope it's easier to
      use the isolate binding with `=ngModel`.
      52673232
    • Randall Leeds's avatar
      whitespace · 9e45109d
      Randall Leeds authored
      9e45109d
    • Randall Leeds's avatar
      Fix authentication directive for angular upgrade · d256c197
      Randall Leeds authored
      The isolation scopes are truly isolated better, or evaluation
      of the submit handler is happening from the descendent cousin
      scopes of the isolated directive. I could probably have moved
      the ng-submit handler below the authentication directive, but
      I didn't see a compelling reason for the directive to stay in
      an isolated scope.
      d256c197
    • Randall Leeds's avatar
      Upgrade Angular to v1.2.13 · b171c1bc
      Randall Leeds authored
      b171c1bc
  4. 26 Feb, 2014 1 commit
  5. 20 Feb, 2014 4 commits
  6. 11 Feb, 2014 3 commits
  7. 03 Feb, 2014 1 commit
  8. 22 Jan, 2014 1 commit
  9. 10 Jan, 2014 1 commit
    • csillag's avatar
      Temporary work-around: don't loose target while creating an annotation. · 8cce3de0
      csillag authored
      See #1020 for a description of the problem.
      
      This commit patches the merge behavior of the bridge plugin:
      never update a list of targets with a shorter list.
      (This avoids it being zeroed by accident.)
      
      This does not really solve the more generic problem: the race condition
      of the messages moving on the bridge. We should either do some
      time-stamping, or some other smarter flow control...
      8cce3de0
  10. 03 Jan, 2014 2 commits
  11. 17 Dec, 2013 3 commits
  12. 14 Dec, 2013 1 commit
  13. 13 Dec, 2013 2 commits
  14. 12 Dec, 2013 1 commit
  15. 11 Dec, 2013 1 commit
  16. 10 Dec, 2013 5 commits
  17. 09 Dec, 2013 1 commit
  18. 05 Dec, 2013 1 commit
  19. 03 Dec, 2013 1 commit
  20. 02 Dec, 2013 2 commits
  21. 01 Dec, 2013 1 commit
  22. 30 Nov, 2013 1 commit