Bernardo Baumblatt

Results 3 issues of Bernardo Baumblatt

Hello, The bind function is not watching deep with key like `some.inner` because angular.isObject always returns false with call: `isObject(scope[key])` The correct is object test must be: `isObject($parse(key)(scope))` Possible related...

bug

Confirm by changing [ ] to [x] below: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers **Describe the...

feature-request

Hi @philmerrell , I'm the developer of the plugin [Capacitor Firebase Auth](https://github.com/baumblatt/capacitor-firebase-auth) and want to use our plugins together. But I'm facing problems with the erro below on iOS platform:...