File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 2323 vm . legislativeOverride = null ;
2424 vm . tableDiffNumber = 1 ;
2525 vm . tableDiffing = true ;
26- vm . tableDiffingStrategy = 'matching' ;
2726 vm . editorOptions = { } ;
2827 vm . ckEditorEnabled = true ;
2928
171170 oldText : vm . oldText ,
172171 newText : vm . newText ,
173172 matchThreshold : vm . matchThreshold ,
174- tableDiffing : vm . tableDiffing ,
175- tableDiffingStrategy : vm . tableDiffingStrategy
173+ tableDiffing : vm . tableDiffing
176174 } )
177175 . then ( function ( response ) {
178176 vm . diff = response . data . hasOwnProperty ( 'diff' ) ? response . data . diff : response . data ;
Original file line number Diff line number Diff line change 102102 </ label >
103103 </ div >
104104
105- < div class ="form-group ">
106- < select ng-model ="vm.tableDiffingStrategy ">
107- < option value ="matching "> Matching</ option >
108- < option value ="relative "> Relative</ option >
109- </ select >
110- </ div >
111-
112105 <!-- Swap Text Button -->
113106 < button type ="button " class ="btn btn-secondary btn-sm " ng-click ="vm.swapText() "> Swap Text</ button >
114107
You can’t perform that action at this time.
0 commit comments