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

7 lines
99 B
JavaScript
Raw Normal View History

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