David Lane

Results 1 issues of David Lane

Would love to see a way to automatically change case of certain instances of variables. For instance: ``` js (function () { 'use strict'; angular .module('$${module}') .directive('$${directive}', $${directive}Config); function $${directive}Config()...