pc035860

Results 87 comments of pc035860

Can you make a demo of your problem with plunker or something similar? I can't figure out why it's not working with current available information.

Hi @sarathpy, Facebook JavaScript SDK doens't support login on iOS Chrome. And since this module is just a wrapper around the SDK, there's nothing we can do about it. You...

Hi @dan05011991 Can you provide more information related to the error? e.g. error message, AngularJS version etc. The minified version seems to work in the API demo http://plnkr.co/edit/qclqht?p=preview

It works for me on Chrome 44.0.2403.130. ![easyfb](https://cloud.githubusercontent.com/assets/811518/9175156/aa55c4ea-3fb6-11e5-9399-0cde71a0f980.png)

I think it's just a an example code mistake. Both `hljs-source` and `source` should work. See this example http://plnkr.co/edit/WCmBTQ?p=preview You can submit a PR for the example code correction, thanks!

Hi @DavidZemon Modify https://github.com/pc035860/angular-highlightjs/blob/master/src/angular-highlightjs.js#L276, replace `hljsDir` with the following. ``` js hljsDir = /*@ngInject*/ function ($parse) { return { restrict: 'EA', controller: 'HljsCtrl', compile: function(tElm, tAttrs, transclude) { // get...

Hi @pluff Though I don't have any practical use case, I think the `$optIndex` variable should still be available. Since we don't necessarily use `ng-select` with `ng-repeat`, and the `$optIndex`...

@sean-hill Sorry about that! v0.3.1 is still available at http://pc035860.github.io/angular-easyfb/0.3.1/angular-easyfb.min.js

Hi @wudong , I tried to recreate the issue according to your code, and it works fine. http://plnkr.co/edit/52W4iqvbitE4aKz47j1B?p=preview Can you provide me a plunk for the issue?

@nextlevelshit Sorry for the late response. No, the feature you asked isn't something this module tend to achieve now. You'll have to implement a scroll service yourself.