aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/versions-data.template.js
blob: 4db313314a8aebfb89c3e736f813cdcdd3969be8 (plain)
1
2
3
4
// Meta data used by the AngularJS docs app
angular.module('versionsData', [])
  .value('NG_VERSION', {$ doc.currentVersion | json $})
  .value('NG_VERSIONS', {$ doc.versions | json $});