woodpecker/server/app/scripts/controllers/main.js

6 lines
117 B
JavaScript
Raw Normal View History

'use strict';
angular.module('app').controller("MainCtrl", function($scope, $http) {
$scope.user = "soemthing"
});