Skip to content
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

Fixed a bug with multiple pages. Added a Content tab. #32

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

JeffreyVest
Copy link

I wanted to add the content member for entries as another tab. Along the way I ran into a bug with it using the index of the entry within the page it was in, which doesn't work well when trying to pull entries on the second page and beyond. I changed it to instead just pass the entry directly.

@cvan
Copy link
Collaborator

cvan commented Jan 25, 2014

this is awesome! can this been merged in?

@@ -387,6 +388,9 @@ <h2 class="no-support">Your browser doesn't support Drag and Drop, or some other
</tr>
</table>
</div>
<div ng-class="getVisibleTab(4)" class="resource-timing-view">
<p><pre>{{selectedEntry._entry.response.content.text}}</pre></p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

why wrap a <pre> with a <p>?

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