Skip to content

Commit

Permalink
Merge pull request #4 from hhff/fix/update-readme
Browse files Browse the repository at this point in the history
Add scrollable to README
  • Loading branch information
hhff committed Mar 25, 2015
2 parents e0ae3fc + 834762b commit 1b72d49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,13 @@ component.
`ember generate infinity-template`

Will install the default `infinity-loader` template into your host app, at
`app/templates/components/infinity-loader`.
`app/templates/components/infinity-loader`.

* **scrollable**

```html
{{infinity-loader scrollable="#content"}}
```

You can optionally pass in a jQuery style selector string. If it's not a string,
scrollable will default to using the window for the scroll binding.

0 comments on commit 1b72d49

Please sign in to comment.