Change Url Location On Click The Div
I want to change location on clicking the div . Below is code
Solution 2:
Solution 3:
So your HTML can be changed as like below
<div class="divsub" ng-repeat="item1 in content" ng-click="ng-click="go(item1.title)"">
<div class="divsubtitle"><a >{{item1.title}}</a></div>
<div class="divsubinner"></div>
<div class="divsublink">
<div style="float:left;text-decoration:underline;margin-left:19px">View Demo</div>
<div style="float:left;text-decoration:underline;margin-left:10px">Download</div>
</div>
From the above comments and answer
Post a Comment for "Change Url Location On Click The Div"