Has anyone used iScroll with Angularjs

Newbie here...

Building an app in Angularjs and now I want to incorporate iScroll features. Has anyone done that before? If so, can you share some tips?

Thanks

This is a little late, but I released a AngularJS Directive that helps in getting iScroll to work correctly. See https://github.com/ibspoof/ng-iScroll

This seems like a better question for the angularjs google group. That is where I found this discussion (google search)

https://groups.google.com/forum/?fromgroups=#!searchin/angular/iscroll/angular/EBHrwhPPJyg/VnubgpLKq9IJ

I tried ng-iScroll, but ended up writing angular-iscroll because I wanted the ability to turn iScroll on and off during runtime, and ng-iScroll was unnecessarily complicated (for example, you don't need to specify an element's ID in an Angular directive).

Also, I developed core-layout, a demo web app showing how the angular-iscroll directive can be used in a responsive-design app with support for both scrolling drawer (slide-out) menus and modals.