1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-25 18:32:20 -05:00

fix comma

This commit is contained in:
Tankred Hase 2013-09-04 16:10:57 +02:00
parent 682f37174e
commit 52785985b5

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
});
});