From 6681f69b7fb38860d677b0ffac33dfc3e6ae70f7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:17:39 +0000 Subject: [PATCH] Improve angularjs detection via html (#2526) --- src/apps.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps.json b/src/apps.json index 5990395c0..2a0dd1055 100644 --- a/src/apps.json +++ b/src/apps.json @@ -665,6 +665,10 @@ "AngularDart" ], "icon": "AngularJS.svg", + "html": [ + "<(?:div|html)[^>]+ng-app=", + "