Yura Fedoriv
Yura Fedoriv
You can. subDomainTitleFormat expects a string with placeholders which is then executed against overloaded String.propotype.format(). If you hack this and pass ```subDomainTitleFormat: {format: function(params){}}``` you can do whatever you want...
I also got such issue, and I think it may be reproduced by triggering something like ``` js cal.update(data); cal.options.data = data; ``` while previous domain change animation is still...
You can set SDK version like this. ``` js angular.module('app') .config(function config(FacebookProvider) { FacebookProvider.init('000000000000000'); FacebookProvider.setSdkVersion('v2.5'); }) ``` I came here to say, that 2.0 version actually did not work for...