Skip to content

Instantly share code, notes, and snippets.

View jicksta's full-sized avatar

Jay Phillips jicksta

View GitHub Profile
@jicksta
jicksta / application.controller.js
Created January 26, 2016 07:27 — forked from kevinkucharczyk/application.controller.js
Contextual Popover Component
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle'
});
class BlackHole
instance_methods.each { |m| undef_method m unless m =~ /^__/ }
def method_missing(*a) self end
end
BlackHole.new.doesnt.care("much").about(:anything, :you, :do).okay?