Skip to content

Conversation

jtwalters25
Copy link

No description provided.

<li class="social-icon" ng-repeat="icon in socialIconsCtrl.icons">{{ icon }}</li>
<li class="socialIcons-twitter"></li>
<li class="socialIcons-facebook"></li>
<li class="socialIcons-instagram"></li>
Copy link

@jalleng jalleng Apr 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job getting the icons to display. You should be using the ng-repeat to display the icons though. Currently they are only showing up because you are displaying the entire image on line 2.

// split makes an array, join makes a string
console.log(fuzzyString);
return new RegExp(fuzzyString);
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job with your fuzzy search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants