angular-seo
angular-seo copied to clipboard
Using angular
Is there a reason the ready event depends on angular and is set up as an angular module? I assume a regular javascript event would work just as well? This way we can avoid having to inject the seo module everywhere.
I assume this would be easier.
it's a module to kind of "respect" the angular way to doing things.
also, you only have to inject it into your app dependencies once.