Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div ng-app="module" ng-controller="controller" class="separator clear-left">
    <p class="btn-add">
        <i class="fa fa-shopping-cart"></i>
        <a href="#" id="click" class="hidden-sm add" id-data="1">Add to cart</a>
        <br>
        <a ng-click="func()" href="#">Take me there</a> <!-- area of problem -->
    </p>
    <p class="btn-details">
        <i class="fa fa-list"></i><a href="#" class="hidden-sm detail">More details</a>
    </p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
chrisnoringovopro
0viewers