Makes album a component.
Should not be a directive, but a simple component
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
angular.module('satbd.satellite.bar.views.recents',[
|
||||
'ngRoute',
|
||||
'satbd.satellite.bar.components.album',
|
||||
'angular-inview'
|
||||
]).config(function($routeProvider) {
|
||||
$routeProvider.when('/recents', {
|
||||
|
||||
Reference in New Issue
Block a user