mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-17 12:15:56 +08:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
// Meta data used by the AngularJS docs app
|
|
angular.module('pagesData', [])
|
|
.value('NG_PAGES', {$ doc.pages | json $})
|
|
.value('NG_NAVIGATION', {$ doc.areas | json $});
|