Video

Watch A Man Open 24 Bottles at the Same Time

We don’t know how selection for the Nobel Prize in Engineering works (or if that’s even a thing) but somebody needs to pin some type of medal on this guys chest as soon as they find out what inscrutable Eastern European language he’s speaking.

Your Angular.js directives will break when minified. This is how you write directives #likeaboss

Surprisingly enough, if you write your directive controllers as per the documentation, they will break when minified.
Image
IMO the standard should be to write minification compatible code. The docs do talk about using the minfication-compatible square-brakets [] DI syntax for controllers and such, but not for directive controllers. In fact every directive I’ve ever seen in videos, at meetups or in docs will break when minified.