File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,11 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm
210
210
211
211
###History
212
212
213
+ ###v1.4.0
214
+ * Migrated sources from CoffeeScript to ES6
215
+ * Optimized scroll events handling, removed odd $digest cycles
216
+ * Examples (demo) refactoring
217
+
213
218
###v1.3.3
214
219
* Implemented new signature of the Datasource get(descriptor, success) method. See the documentation.
215
220
* Implemented new signature of the Adapter reload(startIndex) method. See the documentation.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
- "version" : " 1.3.3 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"homepage" : " https://github.com/angular-ui/ui-scroll.git" ,
5
5
"description" : " AngularJS infinite scrolling module" ,
6
6
"main" : " ./dist/ui-scroll.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
3
"description" : " two way infinite scroll" ,
4
- "version" : " 1.3.3 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"src" : " ./src/" ,
6
6
"public" : " ./public/" ,
7
7
"main" : " ./dist/ui-scroll.js" ,
You can’t perform that action at this time.
0 commit comments