From 9965e64f7604bf65e04250d6b88ee7aedf3d1396 Mon Sep 17 00:00:00 2001 From: Sarun Intaralawan Date: Fri, 26 Jan 2018 10:02:46 +0700 Subject: [PATCH] Angular and AngularJS is not the same (#2041) According to [Angular branding guideline](https://angular.io/presskit#brand-names), AngularJS is referred to 1.x versions and Angular is referred to 2+ versions. This reverts parts of #2037 --- src/apps.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/apps.json b/src/apps.json index 2bb53e9c2..fb4cbc0bb 100644 --- a/src/apps.json +++ b/src/apps.json @@ -607,7 +607,7 @@ "ngMaterial": "" }, "icon": "Angular.svg", - "implies": "Angular", + "implies": "AngularJS", "script": [ "/([\\d.]+(?:\\-?rc[.\\d]*)*)/angular-material(?:\\.min)?\\.js\\;version:\\1", "angular-material.*\\.js" @@ -6147,7 +6147,7 @@ "icon": "MotoCMS.svg", "implies": [ "PHP", - "Angular", + "AngularJS", "jQuery" ], "script": ".*\\/mt-includes\\/[asetj]{2,6}\\/.*\\.js.*", @@ -7511,7 +7511,7 @@ "icon": "Proximis Omnichannel.png", "implies": [ "PHP", - "Angular" + "AngularJS" ], "meta": { "generator": "Proximis Omnichannel" @@ -7785,7 +7785,7 @@ }, "icon": "Rayo.png", "implies": [ - "Angular", + "AngularJS", "Microsoft ASP.NET" ], "meta": { @@ -9302,7 +9302,7 @@ "icon": "Taiga.png", "implies": [ "Django", - "Angular" + "AngularJS" ], "website": "http://taiga.io" }, @@ -12403,4 +12403,4 @@ "priority": "8" } } -} \ No newline at end of file +}