Bdair

Results 25 comments of Bdair

@SergeShkurko thanks for the reply,, this does not work,, I had to create a fork over pdfx and change the dependecy of photo_view ,,, then import my fork in pubspec...and...

Thanks @woollsta for your replay,, ng-annotate thing is solved by following your instruction.. the grunt build command works perfectly... now I have the other issue which is the serve,,, when...

thank @woollsta this is awesome, it is working,, so haha..I love the way this generator works , but I wish that it has an option to have a SASS option...

to use gradient colors like this ![image](https://user-images.githubusercontent.com/10797121/83578007-545a9780-a53e-11ea-8868-1d44f7b02128.png)

Thanks @pc035860 ,, Ive added the following to my controller : ``` ezfb.Event.subscribe('comment.create', $scope.commentCreateEvent); ezfb.Event.subscribe('comment.remove', $scope.commentCreateEvent); ezfb.Event.subscribe('edge.create', $scope.page_like_or_unlike_callback); ezfb.Event.subscribe('edge.remove', $scope.page_like_or_unlike_callback); $scope.commentCreateEvent = function (response) { console.log(response); } $scope.page_like_or_unlike_callback = function(response){...

BTW, I tested that on your plnkr,, the social plugins.. nothing happened,,, it is obviously that I am missing something,, I hope you can help ,, thanks