# HG changeset patch # User rougeronj # Date 1428050524 -7200 # Node ID df402f454856b7b77196b63d5c2e9ad579da9832 # Parent e71b49ff4a23cbcf7447e66a2f6bc85fbf34374e repair Auth folder broken by cass on title -> Delete and add again 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(){ - }); -})();