Skip to content

Releases: jseppi/angular-dropdowns

v1.5.1

14 Dec 22:21
Compare
Choose a tag to compare
  • Add dropdown menu wrap element to templateCache

v1.1.0

09 Apr 14:57
Compare
Choose a tag to compare

Made dropdownItemLabel a scoped variable so it will be $interpolate'd. Thanks @BDomzalski!

v1.0.0

12 Feb 16:13
Compare
Choose a tag to compare

Minor styling change.

Figured I might as well make this 1.0.0!

v0.5.0

21 Jan 15:28
Compare
Choose a tag to compare

Add labeled divider thanks to @Kraku

v0.4.1

28 Oct 16:34
Compare
Choose a tag to compare

Removed $clickEvent line that did nothing.

v0.4.0

28 Oct 14:15
Compare
Choose a tag to compare

Custom templates now supported via $templateCache overrides.

v0.3.3

27 Oct 17:04
Compare
Choose a tag to compare
put back removed ng-href into dropdown menu

v0.3.2

23 Oct 16:37
Compare
Choose a tag to compare

Better mobile support thanks to @elliottregan

v0.3.1

17 Sep 16:55
Compare
Choose a tag to compare
cleanup package.json and bower.json, bump release to 0.3.1

v0.3.0

27 Aug 17:50
Compare
Choose a tag to compare
  • Should now work with ngTouch
  • Switched from Coffee to pure JavaScript
  • Switched from Grunt to Gulp