mark as read when swiping entry title to the right

This commit is contained in:
Athou
2013-12-18 18:36:22 +01:00
parent 0976fee4df
commit 3a101941b3
3 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
var app = angular.module('commafeed', ['ngRoute', 'ui.utils', 'ui.bootstrap', 'ui.router', 'ui.select2', 'commafeed.directives',
var app = angular.module('commafeed', ['ngRoute', 'ngTouch', 'ui.utils', 'ui.bootstrap', 'ui.router', 'ui.select2', 'commafeed.directives',
'commafeed.controllers', 'commafeed.services', 'commafeed.filters', 'ngSanitize', 'infinite-scroll', 'ngGrid']);
app.config(['$routeProvider', '$stateProvider', '$urlRouterProvider', '$httpProvider', '$compileProvider',