Created
September 3, 2015 13:48
-
-
Save hootsieroll/d9ca6329a50ec6bfef89 to your computer and use it in GitHub Desktop.
Angular stylized controlleras for webstorm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
angular.module('$app$') | |
.controller('$name$', $name$); | |
function $name$() { | |
var vm = this; | |
$end$ | |
} | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to a new live template in webstorm to create a blank stylized controller