Define slot later on
This may be a dupe of #4, but I need to define slots later on rather than in the module config. The ad's ids, tags, etc. are managed in our CMS and come down into the client application via a $resource service inside of a controller. I tried to hack the service returned via the DoubleClickProvider to update the slots array but no luck. Any tips for this matter would be greatly appreciated. Thanks!
You may need to play around with google's API first and see if it is actually possible (I'm sure it is, but I don't know). After that, I guess somehow moving the defineSlot method to the $get factory should enable you to add more slots and from there update the google library.
Not sure if what I said makes sense :)
After digging into the code a bit more, yeah, that does make sense. I see that the slots are sent to google in the provider's init call. If I get some extra time, I'll see if I can fool around with extending the $get factory. Thanks for the quick response!!!
Has anyone got this to work ? Happy to pay someone for this functionality.