Skip to content

Instantly share code, notes, and snippets.

/test.html Secret
Created May 7, 2016

Embed
What would you like to do?
<select #newPost class='form-control'>
<option>Select Post</option>
<option *ngFor="#p of postList" *ngIf='addToPostList(trainee, p)' [value]="p['Post']['id']">{{p['Post']['post']}}</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.