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