Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
<div ng-show="record_tab == 'catalog'">
<eg-embed-frame frame="opac_iframe" url="catalog_url" handlers="handlers" onchange="handle_page"></eg-embed-frame>
</div>
- <!-- ng-if the remaining tabs so they can be instantiated on demand -->
- <div ng-if="record_tab == 'marc_edit'">
- <eg-marc-edit-record dirty-flag="stop_unload" record-id="record_id"></eg-marc-edit-record>
+ <div ng-show="record_tab == 'marc_edit'">
+ <eg-marc-edit-record dirty-flag="stop_unload" record-id="record_id"/>
</div>
+ <!-- ng-if the remaining tabs so they can be instantiated on demand -->
<div ng-if="record_tab == 'marc_html'">
<eg-record-html record-id="record_id"></eg-record-html>
</div>