包含内容的Angular Material Design布局

时间:2016-05-25 10:51:20

标签: angularjs css3 angular-material

如何实现以下布局(使用卡片布局下面的"加"图标)? :

here

我尝试了以下代码:

for(Bachelorstudent bachelorstudenter : bachelorStudenter){ // Iterate over the bachelorStudenter list.
    bachelorstudenter.getKarakter(); // Use the bachelorstudenter of this iteration.
}

1 个答案:

答案 0 :(得分:0)

这是怎么回事?

{
    "id": 32,
    "user_id": 1,
    "target_id": 3,
    "feedable_id": 7,
    "feedable_type": "review",
    "created_at": "2016-05-23 14:18:22",
    "updated_at": "2016-05-23 14:18:22",
    "feedable": {
        "id": 7,
        "user_id": 1,
        "slug_id": 3,
        "review": "y this product is so quite?",
        "stars": 9,
        "created_at": "2016-05-23 14:18:22",
        "updated_at": "2016-05-23 14:18:22",
        "slug": {
            "id": 3,
            "value": "Quite",
            "views": 5,
            "user_id": 1,
            "category_id": 1,
            "created_at": "2016-05-23 14:18:03",
            "updated_at": "2016-05-24 12:47:29"
        }
    }
}

Here's a Codepen修改了原始卡片示例之一。