Skip to content

Instantly share code, notes, and snippets.

@mbenford
Created September 1, 2013 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbenford/6402711 to your computer and use it in GitHub Desktop.
Save mbenford/6402711 to your computer and use it in GitHub Desktop.
Simple Tags Input Demo
<body ng-init="tags=['some','cool','tags']">
<tags-input ng-model="tags"></tags-input>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment