This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04f74f5387c59acc60b07c6945520125f3a4d5220e5ff71b79f312d606be54716577ac5e5b544c209f8cdc63447bc23d8113ba99f63f12fbd5daa4f045746ebf5f yddmat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {Component} from 'angular2/core'; | |
@Component({ | |
selector: 'my-app', | |
directives: [], | |
template: ` | |
<div id="wrapper"> | |
<h1>SELECTED SLAVES:<br/>{{selectedSlaves | json}}</h1> | |
<div class="checkbox"> | |
<label> |