Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Update slider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
super-ienien committed May 9, 2016
1 parent ec3bd45 commit da07239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (typeof define === 'function' && define.amd) {
define(['angular', 'bootstrap-slider'], factory);
} else if (typeof module === 'object' && module.exports) {
module.exports = factory(require('angular'), require('bootstrapSlider'));
module.exports = factory(require('angular'), require('bootstrap-slider'));
} else if (window) {
factory(window.angular, window.Slider);
}
Expand Down

0 comments on commit da07239

Please sign in to comment.