fix comma

This commit is contained in:
Tankred Hase 2013-09-04 16:10:57 +02:00
parent 682f37174e
commit 52785985b5
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
angular.module('mail', ['ngRoute', 'ngTouch']).config(function($routeProvider) {
$routeProvider.when('/', {
templateUrl: 'tpl/message-list.html',
controller: MessageListCtrl,
controller: MessageListCtrl
});
});