Justin Myers
Justin Myers
It looks like the transitionconfig definition is incorrect and is trying to use the `StackNavigatorConfig` definition from react-navigation which has a different definition for transitionconfig than this library. Here's the...
``` request url: http://www.example.com/oauth1/request?oauth_version=1.0&oauth_nonce=afba072131130e96b52d1063937ab472&oauth_timestamp=1464839688&oauth_consumer_key=d2JDLzmy07oI&oauth_signature_method=HMAC-SHA1&oauth_signature=8EkPuDVcTsh8cmZfoD3U2K3VHaI%3D OAuthRequest Object ( [parameters:OAuthRequest:private] => Array ( [oauth_version] => 1.0 [oauth_nonce] => afba072131130e96b52d1063937ab472 [oauth_timestamp] => 1464839688 [oauth_consumer_key] => d2JDLzmy07oI [oauth_signature_method] => HMAC-SHA1 [oauth_signature] => 8EkPuDVcTsh8cmZfoD3U2K3VHaI= )...
Testing in Angular 1.2.21, if an input is prepopulated via `ng-model`, a required validation error will always be thrown if `ng-disabled` ever evaluates to true. If `ng-disabled` is always false,...