angular.module('controllers', [])

  // This is the main controller, the first and global controller :

  .controller('globalController', ['$scope', '$location', function($scope, $location) {