1. 28 Nov, 2014 1 commit
  2. 27 Nov, 2014 5 commits
  3. 26 Nov, 2014 15 commits
  4. 25 Nov, 2014 2 commits
  5. 24 Nov, 2014 3 commits
  6. 23 Nov, 2014 1 commit
  7. 22 Nov, 2014 11 commits
  8. 21 Nov, 2014 2 commits
    • csillag's avatar
      Stop overriding showDiff · 647d0126
      csillag authored
      647d0126
    • csillag's avatar
      Simplify/improve the visual diff · 56ac196f
      csillag authored
       * Move the calculations to the render funcion
       * Stop automatically `$sce.trust()`-ing the HTML code.
         (So now `$sanitize` is invoked automatically.)
         This also removes the need to use the `$sce` module,
         or to set the `trustedDIffHTML` flag, simplifying the code.
       * Use the `objectEquality` flag when `$watch()`ing the targets,
         so that we pick up changes in both the number and the contents
         of the targets
      56ac196f