b1bc25169e
Partially cherry-picked from c3220325a0
Ref #14952
Closes #14993
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
'use strict';
|
|
|
|
// Meta data used by the AngularJS docs app
|
|
angular.module('pagesData', [])
|
|
.value('NG_PAGES', {$ doc.pages | json $});
|