angular.version

Improve this Doc View Source 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".

© 2010–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.3.20/docs/api/ng/object/angular.version

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部