Diff should be left alone by angular

This commit is contained in:
Alexander Machehin 2013-07-23 20:30:34 +06:00
parent 2a5d72550b
commit b10b990b47
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module DiffHelper
end
prepare(args.merge({:filepath => filepath, :comments => comments, :in_discussion => in_discussion}))
res = "<table class='diff inline' cellspacing='0' cellpadding='0'>"
res = "<table class='diff inline' cellspacing='0' cellpadding='0' ng-non-bindable>"
res += "<tbody>"
res += renderer diff_display.data #diff_display.render(Git::Diff::InlineCallback.new comments, path)
res += tr_line_comments(comments) if in_discussion