| author | rougeronj |
| Fri, 03 Apr 2015 10:42:04 +0200 | |
| changeset 59 | df402f454856 |
| parent 58 | e71b49ff4a23 |
| child 60 | 7d624c1013a3 |
| client/app/Auth/auth_controller.js | file | annotate | diff | comparison | revisions |
--- 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(){ - }); -})();