Browse Source

ng-sortable: add prefix to version constant

pull/418/head
just-boris 10 years ago committed by just-boris
parent
commit
fa426fd835
  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