mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
moved directive template to the templates directory
This commit is contained in:
@@ -101,7 +101,7 @@ module.directive('category', [ function() {
|
|||||||
},
|
},
|
||||||
restrict : 'E',
|
restrict : 'E',
|
||||||
replace : true,
|
replace : true,
|
||||||
templateUrl : 'directives/category.html',
|
templateUrl : 'templates/_category.html',
|
||||||
controller : [
|
controller : [
|
||||||
'$scope',
|
'$scope',
|
||||||
'$state',
|
'$state',
|
||||||
|
|||||||
Reference in New Issue
Block a user