7 lines
99 B
JavaScript
Raw Permalink Normal View History

app.controller('boltCtrl', [
'$scope', 'Auth',
function($scope, Auth) {
2017-08-21 16:06:38 -06:00
2017-08-11 13:21:35 -06:00
var vm = this;
2017-08-08 14:54:25 -06:00
}]);