From 4249d6cc5b5f3f60ca420c463dee0c0e1c4c0333 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 19 Jun 2015 13:43:18 -0400 Subject: [PATCH] Don't use md iconic font v2.0.0 (yet) We need to evaluate the pros and cons of moving to font ligatures now available with Angular Material (https://material.angularjs.org/latest/#/api/material.components.icon/directive/mdIcon). --- UI/WebServerResources/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/bower.json b/UI/WebServerResources/bower.json index a47470e47..f747ccbb9 100644 --- a/UI/WebServerResources/bower.json +++ b/UI/WebServerResources/bower.json @@ -11,7 +11,7 @@ "angular-vs-repeat": "latest", "angular-file-upload": "latest", "angular-material": "master", - "material-design-iconic-font": "latest", + "material-design-iconic-font": "1.1.1", "compass-mixins": "latest", "underscore": "latest", "breakpoint-sass": ">=2.4.2"