• 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
Name
Last commit
Last update
..
auth Loading commit data...
directives Loading commit data...
helpers Loading commit data...
plugin Loading commit data...
session Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
filters.coffee Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
identity-service.coffee Loading commit data...
searchfilters.coffee Loading commit data...
services.coffee Loading commit data...
socket.coffee Loading commit data...
streamsearch.coffee Loading commit data...