The largest Interview Solution Library on the web


« Previous | 1 | 2 | 3 | Next »
Hello {{person.name}},
Your contact information:
{{contact.type}}: {{contact.url|linky}}
Hello {{person.name}},
<div>
Your contact information:
<div ng:repeat="contact in person.contacts">{{contact.type}}: {{contact.url|linky}}</div>
</div>
[ X ]
[ add ]
< label>Name:</label>
< input type="text" name="form.name" ng:required>
< div ng:repeat="contact in form.contacts">
< select name="contact.type">
< option>url< /option>
< option>email< /option>
< option>phone< /option>
< /select>
< input type="text" name="contact.url">
[ < a href="" ng:click="form.contacts.$remove(contact)">X< /a> ]
< /div>
< div>
[ < a href="" ng:click="form.contacts.$add()">add< /a> ]
< /div>
< button ng:click="cancel()">Cancel< /button>
< button ng:click="save()">Save< /button>
controller: {{name}}
Book Id: {{prams.bookId}}
Chapter Id: {{params.chapterId}}
controller: {{name}}<br />
Book Id: {{prams.bookId}}<br />
Chapter Id: {{params.chapterId}}
controller: {{name}}
Book Id: {{params.bookId}}
controller: {{name}}<br />
Book Id: {{params.bookId}}<br />
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com