Skip to content

7thdayjw#100

Open
jtwalters25 wants to merge 31 commits intocodefellows-javascript-401d13:masterfrom
jtwalters25:7thdayjw
Open

7thdayjw#100
jtwalters25 wants to merge 31 commits intocodefellows-javascript-401d13:masterfrom
jtwalters25:7thdayjw

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