moved directive template to the templates directory

This commit is contained in:
Athou
2013-05-01 06:46:41 +02:00
parent b8d9663365
commit 10cbfd6171
2 changed files with 1 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ module.directive('category', [ function() {
},
restrict : 'E',
replace : true,
templateUrl : 'directives/category.html',
templateUrl : 'templates/_category.html',
controller : [
'$scope',
'$state',