Skip to content

Instantly share code, notes, and snippets.

@ppcano
Created December 25, 2011 13:27
Show Gist options
  • Save ppcano/1519245 to your computer and use it in GitHub Desktop.
Save ppcano/1519245 to your computer and use it in GitHub Desktop.
Ember iScrollView
App.ScrollView = Em.View.extend({
didInsertElement: function() {
var id = get( this, 'elementId');
this.iScroll = new iScroll(id);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment