handle read status

This commit is contained in:
Athou
2013-03-21 19:51:00 +01:00
parent 420424d279
commit fe71a198f6
9 changed files with 62 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
var app = angular.module('commafeed', [ 'commafeed.directives',
'commafeed.controllers' ]);
var app = angular.module('commafeed', [ 'ui', 'ui.bootstrap', 'commafeed.directives', 'commafeed.controllers' ]);
app.config([ '$routeProvider', function($routeProvider) {
$routeProvider.when('/feeds/view/:_type/:_id', {