Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Prototyping with Foundation for Apps Grid Layout and UI Components Including a Partial

[SOLVED] Page links load inside right page panel.

I have all of the code included now but when I click on the search button my results page is loading inside the right container rather than a new page. I have tried control c and a new watch to try and correct this. I downloaded the files again and used the home.html text but still have the same issue.... not sure what to try next.

Nevermind, found the issue - my ng-include was referencing the wrong file name <div ng-include="'partials/filterresults.html'"></div>, I added the hyphen between filter and results and everything is good.

Hi Mike Pickett, glad you got it sorted out. I've updated your question title to reflect the fact that you're no longer looking for an answer to your question.