opitzconsulting / jquery-mobile-angular-adapter

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

Update to jqm 1.3.1 #168

Closed tbosch closed 11 years ago

tbosch commented 11 years ago

Jqm 1.3.1 is out. Updating the adapter should fixes several issues, e.g. #142.

Tobias

tbosch commented 11 years ago

Also update to angular 1.0.6, see the changelog here: https://github.com/angular/angular.js/blob/master/CHANGELOG.md

Things to investigate, whether we already have workarounds in the adapter, which can be removed:

tbosch commented 11 years ago

Updated to jqm 1.3.1, fixed tests and added tests for the new table widget. Needed to change in the adapter itself yet. The points mentioned above still need to be examined...

tbosch commented 11 years ago

Checked the chanelog, no further changes needed. Only angular-mocks stays old for now, this is handled by #181.

Closing this.