Add initial support view

This commit is contained in:
Johannes Zellner
2015-08-04 11:33:17 +02:00
parent 95cbec19af
commit 0d1ba01d65
4 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
'use strict';
angular.module('Application').controller('SupportController', ['$scope', '$location', 'Client', function ($scope, $location, Client) {
}]);