angular-seo icon indicating copy to clipboard operation
angular-seo copied to clipboard

Using angular

Open Charuru opened this issue 11 years ago • 1 comments

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.

Charuru avatar Jul 23 '13 06:07 Charuru

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.

steeve avatar Oct 30 '13 16:10 steeve