enable homescreen

This commit is contained in:
soralee 2017-01-30 15:45:26 +09:00
parent 8b605c80ac
commit 6b3881f816
2 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ limitations under the License.
ng-class="columnWidthClass(currentParagraph.config.colWidth)"
class="paragraph-col">
<div id="{{currentParagraph.id}}_paragraphColumn"
ng-if="currentParagraph.result"
ng-if="currentParagraph.config.results"
ng-include src="'app/notebook/paragraph/paragraph.html'"
ng-class="{'paragraph-space box paragraph-margin': !asIframe, 'focused': paragraphFocused}"
ng-hide="currentParagraph.config.tableHide && home.viewOnly">

View file

@ -37,9 +37,8 @@ limitations under the License.
</div>
</ul>
</div>
<br/><br/><br/>
</div>
<br/><br/><br/>
</div>
<!-- Load notebook -->
<div ng-show="home.notebookHome" id="{{currentParagraph.id}}_paragraphColumn_main"
@ -49,9 +48,10 @@ limitations under the License.
ng-class="columnWidthClass(currentParagraph.config.colWidth)"
class="paragraph-col">
<div id="{{currentParagraph.id}}_paragraphColumn"
ng-if="currentParagraph.result"
ng-if="currentParagraph.config.results"
ng-include src="'app/notebook/paragraph/paragraph.html'"
ng-class="{'paragraph-space box paragraph-margin': !asIframe, 'focused': paragraphFocused}"
ng-hide="currentParagraph.config.tableHide && home.viewOnly">
</div>
</div>
</div>