opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

hasMore() doesn't work #58

Closed emanuel-london closed 12 years ago

emanuel-london commented 12 years ago

See this: http://jsfiddle.net/nLcC6/2/ If you remove the hasMore() condition, and click on link it works just fine.

tbosch commented 12 years ago

Hi, hasMore is a boolean, not a function. There was an error in the README.md, sorry. Here is the correct jsfiddle: http://jsfiddle.net/nLcC6/4/

By the way, your fiddle includes jquery-mobile-angular-adapter-standalone and angular. However, the standalone version already contains angular.

Tobias