-
Notifications
You must be signed in to change notification settings - Fork 15
7thdayjw #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
7thdayjw #100
Conversation
app/directive/social-icons.html
Outdated
<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> |
There was a problem hiding this comment.
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); | ||
} |
There was a problem hiding this comment.
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.
No description provided.