Skip to content

Commit 4984fcb

Browse files
committed
mapTo support - now it does. Sorry
1 parent 0317b33 commit 4984fcb

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

dist/ui-scroll-grid.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-ui-scroll
33
* https://github.com/angular-ui/ui-scroll.git
4-
* Version: 1.4.1 -- 2016-05-25T17:14:31.358Z
4+
* Version: 1.4.1 -- 2016-05-25T17:20:36.922Z
55
* License: MIT
66
*/
77

@@ -72,6 +72,7 @@ angular.module('ui.scroll.grid', []).directive('uiScrollTh', ['$log', '$timeout'
7272

7373
this.applyLayout = function (layout) {
7474
this.css = angular.extend({}, layout.css);
75+
this.mapTo = layout.mapTo;
7576
applyCss(this.header, this.css);
7677
};
7778

dist/ui-scroll-jqlite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-ui-scroll
33
* https://github.com/angular-ui/ui-scroll.git
4-
* Version: 1.4.1 -- 2016-05-25T17:14:31.358Z
4+
* Version: 1.4.1 -- 2016-05-25T17:20:36.922Z
55
* License: MIT
66
*/
77

dist/ui-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-ui-scroll
33
* https://github.com/angular-ui/ui-scroll.git
4-
* Version: 1.4.1 -- 2016-05-25T17:14:31.358Z
4+
* Version: 1.4.1 -- 2016-05-25T17:20:36.922Z
55
* License: MIT
66
*/
77

src/ui-scroll-grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ angular.module('ui.scroll.grid', [])
5050

5151
this.applyLayout = function(layout) {
5252
this.css = angular.extend({}, layout.css);
53+
this.mapTo = layout.mapTo;
5354
applyCss(this.header, this.css);
5455
};
5556

0 commit comments

Comments
 (0)