1. 01 Dec, 2014 1 commit
  2. 28 Nov, 2014 3 commits
  3. 27 Nov, 2014 1 commit
    • csillag's avatar
      Fix a bug introduced with visual diff support · 584ff6a9
      csillag authored
      When creating a reply, there was an exception
      on the console, because the target list is empty,
      and some code was not prepared for that.
      
      This takes care of that.
      584ff6a9
  4. 26 Nov, 2014 15 commits
  5. 25 Nov, 2014 2 commits
  6. 24 Nov, 2014 3 commits
  7. 23 Nov, 2014 1 commit
  8. 22 Nov, 2014 11 commits
  9. 21 Nov, 2014 3 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
    • csillag's avatar
      Resurrect the removed visual diff support · cf39c9dd
      csillag authored
      cf39c9dd