From fa426fd835546d636b81a89f015a914a778f697f Mon Sep 17 00:00:00 2001 From: just-boris Date: Sun, 7 Jun 2015 23:32:24 +0300 Subject: [PATCH] ng-sortable: add prefix to version constant --- ng-sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-sortable.js b/ng-sortable.js index 19310fc..4f0b8c5 100644 --- a/ng-sortable.js +++ b/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,