Hi,
I got an error on link function of all directive : actually, the controller ctrl is passed but it does not reference the controller "controller" it's an empty shell. So when ctrl.init() is called in the link function i got on all link functions:
TypeError: undefined is not a function
at link (http://localhost:3000/bower_components/angular-social/angular-social.src.js:341:18)
Thanks in advance