Remove `ng-version` detection from AngularJS (#2042)

The `ng-vesion` attribute only exists in Angular, not AngularJS.

This fixes the merge screw up in #2007
main
Sarun Intaralawan 7 years ago committed by Elbert Alias
parent 30a3d74ac8
commit be6e201ebd

@ -631,7 +631,7 @@
"cats": [
12
],
"html": "<app[^>]+ng-version=\"([\\d.]+)\">\\;version:\\1",
"html": "<[^>]+ ng-version=\"([\\d.]+)\">\\;version:\\1",
"icon": "Angular.svg",
"website": "https://angular.io"
},

Loading…
Cancel
Save