Browse Source

Merge pull request #418 from just-boris/dev

ng-sortable: add prefix to version constant
pull/430/merge
Lebedev Konstantin 10 years ago
parent
commit
97725779a1
  1. 2
      ng-sortable.js

2
ng-sortable.js

@ -25,7 +25,7 @@
angular.module('ng-sortable', [])
.constant('version', '0.3.7')
.constant('ngSortableVersion', '0.3.7')
.constant('ngSortableConfig', {})
.directive('ngSortable', ['$parse', 'ngSortableConfig', function ($parse, ngSortableConfig) {
var removed,

Loading…
Cancel
Save