File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
-->
19
19
< sidebar ng-show ="!isFormWindow " class ="sidebar-content " sidebardata ="sidebarData "> </ sidebar >
20
20
21
- < div class ="content-primary " role ="main ">
21
+ < div class ="content-primary " data-ng-class =" {'content-primary-full': isFormWindow} " role ="main ">
22
22
< div class ="m-h m ">
23
23
< h2 > {{submittedForms[0].form}}</ h2 >
24
24
</ div >
Original file line number Diff line number Diff line change 20
20
< sidebar ng-show ="!closeWithForm && !isFormWindow && !loadChild " class ="sidebar-content "
21
21
sidebardata ="sidebardata "> </ sidebar >
22
22
23
- < div ng-class ="{'content-primary': (!closeWithForm && !loadChild)} " role ="main ">
23
+ < div data- ng-class ="{'content-primary': (!closeWithForm && !loadChild), 'content-primary-full': (!closeWithForm && !isFormWindow && !loadChild)} " role ="main ">
24
24
< div class ="form-content ">
25
25
<!--<iframe ng-src="http://test-sf.jayway.com/surface/?ap=" + {{caseId}}></iframe>-->
26
26
You can’t perform that action at this time.
0 commit comments