Skip to content

Instantly share code, notes, and snippets.

@gogocurtis
gogocurtis / min.md
Last active June 9, 2017 23:49 — forked from polinagogo/min.md
Making sure we have minification safe angular code

For regular Javascript name your default function

ie:

Instead of doing this:

export default function (campaignService) {
  return {
 scope: {},