aullman / opentok-meet

Opentok app with screen sharing using the WebRTC screen sharing feature
MIT License
133 stars 129 forks source link

Update angular version to 1.6 #159

Closed aiham closed 7 years ago

aiham commented 7 years ago
  1. We have to lock down angular to the minor version as they don't correctly use semver and have introduced breaking changes in 1.6
  2. Fixed the breaking changes (deprecated $http's success/error functions)