mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
handle read status
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user