Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16566 | Rev 16568 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16566 Rev 16567
Línea 51... Línea 51...
51
 
51
 
52
    //          $('#div-competencies').empty();
52
    //          $('#div-competencies').empty();
53
    //     }
53
    //     }
Línea 54... Línea -...
54
    // }
-
 
55
 
54
    // }
56
    var data = {
-
 
Línea -... Línea 55...
-
 
55
 
-
 
56
    var myTemplate = $.templates("#personTmpl");
-
 
57
 
-
 
58
var people = [
-
 
59
  {
-
 
60
    name: "Adriana"
-
 
61
  },
-
 
62
  {
-
 
63
    name: "Robert"
57
        "name": "Adriana"
64
  }
-
 
65
];
58
    };
66
 
Línea 254... Línea 262...
254
                </div>
262
                </div>
255
            </div>
263
            </div>
256
        </div>
264
        </div>
257
</section>
265
</section>
Línea 258... Línea 266...
258
 
266
 
-
 
267
<div id="peopleList"></div>
259
<div id="result"></div>
268
 
260
<script id="theTmpl" type="text/x-jsrender">
269
<script id="personTmpl" type="text/x-jsrender">
261
    <label>Name:</label> {{:name}}
270
    <label>Name:</label> {{:name}}<br/>
Línea 262... Línea 271...
262
</script>
271
</script>
263
 
272
 
264
<!-- <section class="content">
273
<!-- <section class="content">