added view portion of cookies, to be updated per new mock-up
This commit is contained in:
parent
50f936f395
commit
19e3eff325
@ -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}}
|
||||
|
@ -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;
|
||||
}
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user