mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 22:35:14 +08:00
5 lines
187 B
JavaScript
5 lines
187 B
JavaScript
// Meta data used by the AngularJS docs app
|
|
angular.module('versionsData', [])
|
|
.value('NG_VERSION', {$ doc.currentVersion | json $})
|
|
.value('NG_VERSIONS', {$ doc.versions | json $});
|