removed false declaration, fixed broken string in open link function call
This commit is contained in:
parent
992f0bd8a4
commit
a0201cfec8
5 changed files with 23 additions and 23 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<div class="text-left m30v size-12">
|
||||
Amazon.com Gift Cards never expire and can be redeemed towards millions of items at
|
||||
<a ng-click="openExternalLink('https://www.amazon.com', false)">www.amazon.com</a>
|
||||
<a ng-click="openExternalLink('https://www.amazon.com')">www.amazon.com</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue