Skip to content

Commit 4cdc700

Browse files
committed
Update README.md
1 parent 65a872f commit 4cdc700

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ uiScrollViewport directive (see below), browser window will be used as viewport.
3333

3434
### Dependencies
3535

36-
To use the directive make sure the ui-scroll.js (as transpiled from ui-scroll.coffee) is loaded in your page. You also have to include
37-
module name 'ui.scroll' on the list of your application module dependencies.
36+
To use the directive make sure the dist/ui-scroll.js is loaded in your page. You also have to include module name 'ui.scroll' on the list of your application module dependencies.
3837

3938
The code in this file relies on a few DOM element methods of jQuery which are currently not implemented in jQlite, namely
4039
* before(elem)
@@ -43,7 +42,7 @@ The code in this file relies on a few DOM element methods of jQuery which are cu
4342
* scrollTop() and scrollTop(value)
4443
* offset()
4544

46-
File ui-scroll-jqlite.coffee houses implementations of the above methods and also has to be loaded in your page. Please note that the methods are implemented in a separate module
45+
File dist/ui-scroll-jqlite houses implementations of the above methods and also has to be loaded in your page. Please note that the methods are implemented in a separate module
4746
'ui.scroll.jqlite' and this name should also be included in the dependency list of the main module. The implementation currently supports missing methods
4847
only as necessary for the directive. It is tested on IE8 and up as well as on the Chrome 28 and Firefox 20.
4948

@@ -202,12 +201,12 @@ marked with uiScrollViewport directive, the browser window object will be used a
202201

203202
###Examples
204203

205-
Examples ([look here for example source](https://github.com/angular-ui/ui-scroll/tree/master/demo/examples)) consist of several pages (.html files) showing various ways to use the ui-scroll directive. Each page relays on its own datasource service (called `datasource`) defined in the coffescript file with the same name and .coffee extension.
204+
Examples ([look here for sources](https://github.com/angular-ui/ui-scroll/tree/master/demo/examples)) consist of several pages (.html files) showing various ways to use the ui-scroll directive. Each page relays on its own datasource service (called `datasource`) defined in the javascript file with the same name and .js extension.
206205

207206
I intentionally broke every rule of proper html/css structure (i.e. embedded styles). This is done to keep the html as bare bones as possible and leave
208207
it to you to do it properly - whatever properly means in your book.
209208

210-
See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.html)
209+
To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.html)
211210

212211
###History
213212

0 commit comments

Comments
 (0)