Skip to content

Commit ec3bd45

Browse files
committed
Update slider.js
It should be this nomenclature to load properly with a tool like require.js
1 parent 4b02639 commit ec3bd45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(factory) {
22
if (typeof define === 'function' && define.amd) {
3-
define(['angular', 'bootstrapSlider'], factory);
3+
define(['angular', 'bootstrap-slider'], factory);
44
} else if (typeof module === 'object' && module.exports) {
55
module.exports = factory(require('angular'), require('bootstrapSlider'));
66
} else if (window) {
@@ -229,4 +229,4 @@ angular.module('ui.bootstrap-slider', [])
229229
};
230230
}])
231231
;
232-
});
232+
});

0 commit comments

Comments
 (0)