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

Commit

Permalink
feat(scroll): Rename ui-scroll* files to scroll*
Browse files Browse the repository at this point in the history
Merge pull request #236 from Hill30/scroller

Close #236
  • Loading branch information
Kirill Kataev authored and douglasduteil committed May 12, 2014
1 parent a211eb3 commit 9dbb1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';
angular.module('ui.scroll.jqlite', ['ui.scroll']).service('jqLiteExtras', [
'$log', '$window', function(console, window) {
return {
Expand Down Expand Up @@ -227,4 +227,3 @@ angular.module('ui.scroll.jqlite', ['ui.scroll']).service('jqLiteExtras', [
//# sourceURL=src/scripts/ui-scroll-jqlite.js
*/


2 changes: 1 addition & 1 deletion modules/scroll/ui-scroll.js → modules/scroll/scroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';
/*
globals: angular, window
Expand Down

0 comments on commit 9dbb1b1

Please sign in to comment.