Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit fbc3540

Browse files
committed
Update material 2 commit
1 parent 8a6d4a0 commit fbc3540

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ http_archive(
3838
# Angular material
3939
http_archive(
4040
name = "angular_material",
41-
url = "https://github.com/gregmagolan/material2/archive/5e6a2279a17f822d443785246777467b259869b5.zip",
42-
strip_prefix = "material2-5e6a2279a17f822d443785246777467b259869b5",
41+
url = "https://github.com/gregmagolan/material2/archive/d7ac6c5376b60bb9e5c41fc7a02c37fba922c3ad.zip",
42+
strip_prefix = "material2-d7ac6c5376b60bb9e5c41fc7a02c37fba922c3ad",
4343
)
4444

4545
# Rules for compiling sass
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>Home</h1>
22

3-
<div><mat-icon>mood</mat-icon></div>
4-
53
<div>Hello {{ name }}</div>
64

75
<input type="text" [(ngModel)]="name"/>
6+
7+
<div><mat-icon>mood</mat-icon></div>

0 commit comments

Comments
 (0)