angular.version

  1. object in module ng

An object that contains information about the current AngularJS version.

This object has the following properties:

  • full â {string} â Full version string, such as "0.9.18".
  • major â {number} â Major version number, such as "0".
  • minor â {number} â Minor version number, such as "9".
  • dot â {number} â Dot version number, such as "18".
  • codeName â {string} â Code name of the release, such as "jiggling-armfat".
doc_AngularJS
2016-03-29 16:11:00
Comments
Leave a Comment

Please login to continue.