sync: import heading theme image
This commit is contained in:
parent
0effdbcf5e
commit
3a0c892148
4 changed files with 24 additions and 4 deletions
|
|
@ -929,7 +929,7 @@ angular.module("FICApp")
|
|||
})
|
||||
.controller("ThemeController", function($scope, Theme, $routeParams, $location, $rootScope, $http) {
|
||||
$scope.theme = Theme.get({ themeId: $routeParams.themeId });
|
||||
$scope.fields = ["name", "urlid", "authors", "intro"];
|
||||
$scope.fields = ["name", "urlid", "authors", "intro", "image"];
|
||||
|
||||
$scope.saveTheme = function() {
|
||||
if (this.theme.id) {
|
||||
|
|
|
|||
Reference in a new issue