Get the contacts field partially working

This commit is contained in:
Joseph Schorr 2015-01-05 17:10:01 -05:00
parent 32c0a14d96
commit 825455ea6c
5 changed files with 176 additions and 42 deletions

View file

@ -0,0 +1,4 @@
<div class="config-contacts-field-element">
<div class="config-contact-field" binding="item.value" ng-repeat="item in items">
</div>
</div>