(js) Add sg-category-stylesheet directive

Fixes #3816
This commit is contained in:
Francis Lachapelle
2016-09-28 12:02:49 -04:00
parent f0a0da28ae
commit 3a61903e7f
2 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<sg-folder-stylesheet
ng-repeat="calendar in app.service.$findAll()"
ng-model="calendar"><!-- stylesheet --></sg-folder-stylesheet>
<!-- calendars colors -->
<!-- categories colors -->
<sg-category-stylesheet
ng-repeat="category in app.categories"
ng-model="category"><!-- stylesheet --></sg-category-stylesheet>