diff -r e71b49ff4a23 -r df402f454856 client/app/Auth/auth_controller.js --- a/client/app/Auth/auth_controller.js Fri Apr 03 10:41:27 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -(function(){ - 'use strict'; - - - angular.module('ammicoAuth',['ngRoute']) - .config(function ($routeProvider) { - $routeProvider - .when('/', { - templateUrl: 'auth/auth.html', - controller: 'authCtrl' - }); - }) - .controller('authCtrl', function(){ - }); -})();