Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 16, 2016 22:43
Show Gist options
  • Select an option

  • Save javaeeeee/fd780f745538ad8997ec9c9e6c10032e to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/fd780f745538ad8997ec9c9e6c10032e to your computer and use it in GitHub Desktop.
AngularJS in-line dependency to safeguard from minification
angular.module('app', [])
.controller('HelloController', ['$scope', HelloController]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment