Skip to content

Instantly share code, notes, and snippets.

@andybak
Created January 14, 2014 16:01
Show Gist options
  • Save andybak/8420680 to your computer and use it in GitHub Desktop.
Save andybak/8420680 to your computer and use it in GitHub Desktop.
<dd><input type="text" value="{{ getBooking().account.name }}"></dd>
Goes to
<dd><input type="text" ng-model="getBooking().account.name"></dd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment