Diff should be left alone by angular
This commit is contained in:
parent
2a5d72550b
commit
b10b990b47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue