Skip to content

Commit e5a7d3c

Browse files
committed
Build. (Refactoring regular expression.)
1 parent 261fab8 commit e5a7d3c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dist/ui-scroll-grid.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.5.0 -- 2016-06-14T18:59:53.843Z
4+
* Version: 1.5.0 -- 2016-06-14T19:38:18.607Z
55
* License: MIT
66
*/
77

dist/ui-scroll-grid.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.0 -- 2016-06-14T18:59:53.843Z
4+
* Version: 1.5.0 -- 2016-06-14T19:38:18.607Z
55
* License: MIT
66
*/
77

dist/ui-scroll-jqlite.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.js

Lines changed: 2 additions & 2 deletions
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.5.0 -- 2016-06-14T18:59:53.843Z
4+
* Version: 1.5.0 -- 2016-06-14T19:38:18.607Z
55
* License: MIT
66
*/
77

@@ -567,7 +567,7 @@ angular.module('ui.scroll', []).directive('uiScrollViewport', function () {
567567

568568
function link($scope, element, $attr, controllers, linker) {
569569

570-
var match = $attr.uiScroll.match(/^\s*(\w+)\s+in\s+([\$\w\.]+)\s*$/);
570+
var match = $attr.uiScroll.match(/^\s*(\w+)\s+in\s+([(\w|\$)\.]+)\s*$/);
571571

572572
if (!match) throw new Error('Expected uiScroll in form of \'_item_ in _datasource_\' but got \'' + $attr.uiScroll + '\'');
573573

dist/ui-scroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)