Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</div>

<div class="all-projects">
<h3>{{resultsSectionTitle}}</h3>
<h3 ng-cloak>{{resultsSectionTitle}}</h3>
<div class="loading" ng-hide="main.projects">Loading data...</div>
<div class="row no-repos" ng-show="main.projects && (noOfRepos == 0)" ng-cloak>No repos found containing the search term '{{searchText}}'.</div>
<div class="row" ng-show="main.projects && (noOfRepos > 0)" ng-cloak>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3 class="orgs-heading">Other Microsoft GitHub Organizations</h3>
<div class="col-md-3 col-xs-6" ng-repeat="org in main.orgs">
<a ng-href="{{org.url}}" class="orglink">
<!-- <img ng-src="{{org.image}}" alt="{{org.image}}"> -->
<span class="text-center">{{org.title}}</span>
<span class="text-center" ng-cloak>{{org.title}}</span>
</a>

</div>
Expand Down