Skip to content

Releases: theoomoregbee/angular-tag

v2.1.0

10 Sep 07:27
Compare
Choose a tag to compare

Now allow required attribute which allows you to do form validation on the directive
required directive uses the name attribute to handle how users can handle the validation, using formName.name.$error.required.

v2.0.2

01 Sep 20:16
Compare
Choose a tag to compare

updated bower main array of required files needed for usage

v2.0.0

19 Aug 10:53
Compare
Choose a tag to compare
  • Add max attribute to help handle maximum allowed tag selected.
  • Curvy material design look for added tag
  • Work on type head , so user can use direction signs (down, up for just activate typehead) to select item in it
  • Type head should hide when the users clicked outside the typehead
  • Convert the event emitted to be event passed to the directive instead, check the read me for event method
  • Make delimiter to allow array of separators (space separator aint working well yet)
  • attribute of directive that can assume default values are now optional instead of creating them with empty quote attribute=""
  • Styling on different browsers working
  • Add travis build test