We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348fab commit e71c4feCopy full SHA for e71c4fe
.gitignore
@@ -2,4 +2,5 @@
2
public
3
node_modules
4
temp
5
-/nbproject/private/
+/nbproject/private/
6
+local_development
README.md
@@ -215,6 +215,12 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm
215
216
###History
217
218
+###v1.3.1
219
+* Changed the logic of viewport scroll/padding recalculation (to solve the problem [#8](https://github.com/angular-ui/ui-scroll/issues/8)).
220
+* Splitted test specifications.
221
+* Updated dev-dependencies (package.json).
222
+* Implemented append/prepend methods on the adapter.
223
+
224
###v1.3.0
225
* Reorganized the repository structure.
226
0 commit comments