added view portion of cookies, to be updated per new mock-up

This commit is contained in:
Jason White 2014-09-03 08:02:22 -04:00
parent 50f936f395
commit 19e3eff325
2 changed files with 8 additions and 4 deletions

View File

@ -119,10 +119,13 @@
<div class="panel" id="cookiesAndParams">
<div class="cookiesView">
-- COOKIES GO HERE --
cookies:
<ul ng-repeat="cookie in cookies">
<li ng-repeat="(key, value) in cookie">{{key}} :: {{ value }} </td>
</ul>
</div>
<div> <!--class="paramsView"-->
-- PARAMS GO HERE -- <br/>
params:<br/>
<ul>
<li ng-repeat="param in params">
{{param.name}} = {{param.value}}

View File

@ -758,10 +758,11 @@ fieldset[disabled] .btn-warning.active {
.lessonHelp, .lessonHelpBtn {
display: none;
}
/*
.paramsView {
float:right;
width 50%;
margin-right:10px;
border-left:2px solid #333;
}
}
*/