Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check AngularJS version from the console

Tags:

angularjs

Is there a command to test AngularJS version from browser console like the $().jquery command for jQuery which returns the version of jQuery used in the page?

like image 424
Ya Basha Avatar asked Dec 14 '13 17:12

Ya Basha


1 Answers

angular.version is what you're looking for: https://docs.angularjs.org/api/ng/object/angular.version

like image 136
JB Nizet Avatar answered Oct 24 '22 00:10

JB Nizet