Releases: jseppi/angular-dropdowns
Releases · jseppi/angular-dropdowns
v1.5.1
- Add dropdown menu wrap element to templateCache
v1.1.0
Made dropdownItemLabel
a scoped variable so it will be $interpolate
'd. Thanks @BDomzalski!
v1.0.0
Minor styling change.
Figured I might as well make this 1.0.0!
v0.5.0
Add labeled divider thanks to @Kraku
v0.4.1
Removed $clickEvent line that did nothing.
v0.4.0
Custom templates now supported via $templateCache overrides.
v0.3.3
put back removed ng-href into dropdown menu
v0.3.1
cleanup package.json and bower.json, bump release to 0.3.1
v0.3.0
- Should now work with ngTouch
- Switched from Coffee to pure JavaScript
- Switched from Grunt to Gulp