Skip to content

Commit

Permalink
Merge pull request #3 from SwathiVarkala/patch-2
Browse files Browse the repository at this point in the history
Remove appName reference since api response is list of appNames
  • Loading branch information
binduak authored Sep 28, 2018
2 parents 4a8f13c + d5c843b commit 6ea9f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/views/homepage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="apps-wrapper clearfix">
<div class="app-container" ng-repeat="result in results">
<div class="app">
<a href="#/apps/{{result.appName}}/feedStatus">
<a href="#/apps/{{result}}/feedStatus">
<h3>{{result}}</h3>
<label>Get Feed Status</label>
</a>
Expand Down

0 comments on commit 6ea9f96

Please sign in to comment.