walnut_launchpad.html/js/controllers/bolt-controller.js
2017-08-21 16:06:38 -06:00

7 lines
99 B
JavaScript

app.controller('boltCtrl', [
'$scope', 'Auth',
function($scope, Auth) {
var vm = this;
}]);