Skip to content

Commit

Permalink
Merge pull request #5 from kmtabish/master
Browse files Browse the repository at this point in the history
Added note-2 for the content section
  • Loading branch information
DanielHindi committed Feb 19, 2016
2 parents 828c229 + 986deb8 commit 5acceef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion control/content/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
};
DataStore.save(newObj, tag).then(ContentHome.success, ContentHome.error);
};

ContentHome.gotToSupport = function(){
window.open('https://support.google.com/drive/answer/2494822?hl=en', '_blank');
};
/*
* Method to clear GoogleSheet feed url
* */
Expand Down
8 changes: 7 additions & 1 deletion control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,14 @@
<hr class="none">
<div class="item clearfix row">
<div class="col-md-9 pull-right">
<p>Note : Please make sure you are logged in through your Google
<p>Note 1: Please make sure you are logged in through your Google
account and have access to the linked file to properly view it. You can click <a href="https://accounts.google.com">here</a> to sign in.</p>
<p>Note 2: If you want to send a file or folder to someone so that they
can
view, edit, or comment on it, you can share it with them directly in
Google Drive, Docs, Sheets, or Slides, or through a link or email
attachment. <a ng-click="ContentHome.gotToSupport()">Here</a> is a
link on how to do it.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 5acceef

Please sign in to comment.