Skip to content

Instantly share code, notes, and snippets.

@hootsieroll
Created September 3, 2015 13:48
Show Gist options
  • Save hootsieroll/d9ca6329a50ec6bfef89 to your computer and use it in GitHub Desktop.
Save hootsieroll/d9ca6329a50ec6bfef89 to your computer and use it in GitHub Desktop.
Angular stylized controlleras for webstorm
(function () {
angular.module('$app$')
.controller('$name$', $name$);
function $name$() {
var vm = this;
$end$
}
})();
@hootsieroll
Copy link
Author

Add this to a new live template in webstorm to create a blank stylized controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment