incrowdio / incrowd

A private social network focused on small (under 25 people) groups.
Apache License 2.0
4 stars 1 forks source link

Add fix for webkit bug #138038 #70

Closed joshgachnang closed 9 years ago

joshgachnang commented 9 years ago

Angularjs is broken on webkit, especially iOS8. This changes the way properties are assigned in angular.js to avoid the 'TypeError: Attempted to assign to readonly property' bug.

Also ignore changes to config.json (helps with mobile testing)