Closed paddotk closed 3 years ago
@paddotk this module was built for Angular 1, back in the wild west. I'd recommend looking for another module, or evaluating the source and taking from this module what works for you.
@larrybotha Ah I see, thanks for the quick reply. I suggest to specify in the readme htat this is for AngularJS and not Angular, as this will probably throw more people off :)
@paddotk Is that what it's called nowadays? :P
Done!
Hi, Can this be used with npm? The only import/declaration instruction in the readme I see is
angular.module('myApp', ['socialLinks']);
but I'm not sure where to place this, Angular doesn't recognise the keywordangular
anywhere..