This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/helpers
Benjamin Kampmann 22d93bc43a Let Plugin-Outlet Render inner template data
- allows passing of template data to the plugin-outlet to be rendered if no plugin is using that slot
 - acts as a fallback when no plugin is found
 - allows wrapping of existing features inside a plugin-outlet that then plugins can overwrite with their own behaviour
 - backwards compatible
 - uses invisible emberviews (as Ember.Component does)
 - the template has full-access to the controller and view, should be totally transparent
2014-06-16 15:10:10 +02:00
..
application_helpers.js BUGFIX: date of the post in the share dialog is now properly bound 2014-06-10 19:04:31 +02:00
grouped_each.js ES6: Migrated and deprecated a bunch of views 2014-06-10 11:54:38 -04:00
i18n_helpers.js Controls for sorting topic columns 2013-11-13 11:48:38 -05:00
plugin-outlet.js.es6 Let Plugin-Outlet Render inner template data 2014-06-16 15:10:10 +02:00