discourse-adplugin/assets/javascripts/discourse/controllers/admin-plugins-house-ads.js.es6
Neil Lalonde 1bd80e1afe FEATURE: House Ads
Allows creating ads within Discourse admin at Plugins > House Ads.
Write the ads in html and style them with CSS in themes.
2019-05-03 11:39:34 -04:00

4 lines
64 B
JavaScript

export default Ember.Controller.extend({
loadingAds: true
});