authors table view
[angular-drzb] / app / js / app.js
index 661be9e..22d056f 100644 (file)
@@ -10,5 +10,6 @@ angular.module('myApp', ['myApp.filters', 'myApp.services', 'myApp.directives',
     $routeProvider.when('/verified/:registrationId', {templateUrl: 'partials/verified.html', controller: RegistrationCtrl});
     $routeProvider.when('/review/:registrationId', {templateUrl: 'partials/review.html', controller: RegistrationCtrl});
     $routeProvider.when('/list', {templateUrl: 'partials/list.html', controller: ListCtrl});
+    $routeProvider.when('/authors', {templateUrl: 'partials/authors.html', controller: AuthorsCtrl});
     $routeProvider.otherwise({redirectTo: '/registration/'});
   }]);