Skip to content

Commit

Permalink
docs(content): mention has-bouncing attribute. Closes #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jul 7, 2014
1 parent ed4f228 commit a2fe834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/angular/directive/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
* of the content. Defaults to true on iOS, false on Android.
* @param {expression=} on-scroll Expression to evaluate when the content is scrolled.
* @param {expression=} on-scroll-complete Expression to evaluate when a scroll action completes.
* @param {boolean=} has-bouncing Whether to allow scrolling to bounce past the edges
* of the content. Defaults to true on iOS, false on Android.
*/
IonicModule
.directive('ionContent', [
Expand Down

0 comments on commit a2fe834

Please sign in to comment.