I\'m trying to put ads on my angular.js app, and I\'ve done some reading and discovered it isn\'t possible to just copy and paste the normal adsense code.
I\'ve hear
In the AngularJS controller, add an init() function, add a line
init()
(adsbygoogle = window.adsbygoogle || []).push({});
Then call this init() function in your view html file.
See also at https://github.com/featen/ags/blob/master/webapp/js/controllers/dict.js