mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
fix comma
This commit is contained in:
parent
682f37174e
commit
52785985b5
@ -3,6 +3,6 @@
|
||||
angular.module('mail', ['ngRoute', 'ngTouch']).config(function($routeProvider) {
|
||||
$routeProvider.when('/', {
|
||||
templateUrl: 'tpl/message-list.html',
|
||||
controller: MessageListCtrl,
|
||||
controller: MessageListCtrl
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user