From 8320970a2971b7de1e52efed7b0de26b0739a38c Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 8 Aug 2014 14:05:40 +0100 Subject: [PATCH] ngcloak template button while loading --- services/web/app/views/templates/template.jade | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/services/web/app/views/templates/template.jade b/services/web/app/views/templates/template.jade index 5119155287..c5047071ad 100644 --- a/services/web/app/views/templates/template.jade +++ b/services/web/app/views/templates/template.jade @@ -28,20 +28,17 @@ block content .template-details-section h3 #{translate("about")} div !{template.description} - div(ng-controller="openInSlController").download-buttons + div(ng-controller="openInSlController", ng-cloak).download-buttons a.btn.btn-primary.btn-large(href=template.open_in_sharelatex_url, ng-click='open()', ng-disabled="isDisabled", rel='nofollow') {{openInSlText}} |   a.btn.btn-default( - href=template.zipUrl, + href=template.zipUrl, rel='nofollow', - ng-click='downloadZip()', - data-toggle="tooltip", - data-placement="bottom", - title="", - data-original-title="Download .zip File" + ng-click='downloadZip()', + tooltip-placement="bottom", + tooltip="Download .zip File" ) - i.fa.fa-cloud-download .template-details-section.social_buttons .addthis_toolbox.addthis_default_style.addthis_32x32_style