walnut_launchpad.html/js/controllers/bolt-controller.js

7 lines
99 B
JavaScript

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