Fixed up how tabs are loading to work with async data and am now displaying real data !

This commit is contained in:
Shannon Deminick
2013-06-04 22:30:49 -10:00
parent fea28df758
commit 6dd48262e1
8 changed files with 124 additions and 44 deletions

View File

@@ -9,6 +9,9 @@ namespace Umbraco.Web.Models.ContentEditing
[DataContract(Name = "tab", Namespace = "")]
public class Tab<T>
{
[DataMember(Name = "id")]
public int Id { get; set; }
[DataMember(Name = "label")]
public string Label { get; set; }