Skip to content

Tags: codef0rmer/angular-dragdrop

Tags

v1.0.12

Toggle v1.0.12's commit message
v1.0.12

  - fix(ngJq): Closes #211 - maintain compatibility with angular 1.4+
  - feat(sortable): Closes #59, #92, #155. Enable sorting with insertInline with ngAnimate
  - fix(README): Closes #186 - use touchpunch.js on touch devices

v1.0.11

Toggle v1.0.11's commit message
v1.0.11

  - Closes #145 - use angular and jquery-ui as dependencies and bootstrap as devDependencies for the demos to work
  - Closes #146 - prevent $.map to flatten array arguments in the callbacks

v1.0.10

Toggle v1.0.10's commit message
v1.0.10 - bower deps fix

v1.0.8

Toggle v1.0.8's commit message
v1.0.8

  - Closes #125, #121, #99 - Fix paradox of choice ($ vs jQuery)
  - Closes #122 - Update jQueryUI depedency in demos and tests
  - Closes #130 - Restore display value if set, else use block
  - Closes #128, #36, #30 - Restore zIndex value always
  - Closes #117, #110 - Fix destroying widgets prior to initialization
  - Closes #111 - Allow dropping without ngModel similar to dragging

v1.0.7

Toggle v1.0.7's commit message
 - Fix for callbacks that do not fire

  - Update README to help contributors to run server/scripts
  - Closes #85 and #83

v1.0.6

Toggle v1.0.6's commit message
v1.0.6

  - Support for IE7/8
  - Fix DOM leak
  - Support data- prefix for jqyoui-draggable and jqyoui-droppable
  - Fix zIndex issue with helper:clone option

v1.0.5

Toggle v1.0.5's commit message
v1.0.5

 * Tested with angular v1.2 build
 * Supported controllerAs syntax in callbacks and added a demo

v1.0.4

Toggle v1.0.4's commit message
v1.0.4 - minor bug fixes