This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 38
38
//- Location of sample code
39
39
- var _liveLink = ' live link' ;
40
40
- var _ngRepoURL = ' https://github.com/angular/angular' ;
41
+ - var _ngDocRepoURL = ' https://github.com/angular/angular.io' ;
41
42
42
43
//- NgModule related
43
44
- var _AppModuleVsAppComp = ' AppModule'
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ include ../../../_includes/_util-fns
20
20
- var _indexHtmlDir = ' web' ;
21
21
- var _mainDir = ' web' ;
22
22
- var _ngRepoURL = ' https://github.com/dart-lang/angular2' ;
23
+ //- Don't override this value quite yet:
24
+ //- var _ngDocRepoURL = 'https://github.com/dart-lang/site-webdev';
23
25
24
26
//- NgModule related
25
27
- var _AppModuleVsAppComp = ' AppComponent'
Original file line number Diff line number Diff line change
1
+ include ../_util-fns
2
+
1
3
:marked
2
4
> **Known issues:** The angular.io issue tracker contains [all known
3
5
issues][api-issues]; if you notice others, please [report
4
6
them][new-issue]. Thanks!
5
7
6
- [new-issue]: https://github.com/angular/angular.io/issues/new?labels=dart,api&title=%5BDart%5D%5BAPI%5D%20
7
- [api-issues]: https://github.com/angular/angular.io/issues?q=label%3Aapi+label%3Adart
8
+ [new-issue]: !{_ngRepoURL}/issues/new?title=%5BAPI%20docs%5D
9
+ [api-issues]: !{_ngRepoURL}/issues
10
+ //- ?q=label%3Aapi
8
11
9
12
api-list( src ="api-list.json" lang ="dart" )
Original file line number Diff line number Diff line change @@ -104,5 +104,5 @@ table(width="100%")
104
104
105
105
## We welcome feedback!
106
106
107
- - Use the [angular.io Github repo](https://github.com/angular/angular.io ) for **documentation** issues and pull requests.
107
+ - Use the [site Github repo](!{_ngDocRepoURL} ) for **documentation** issues and pull requests.
108
108
- Use the [Angular Github repo](!{_ngRepoURL}) to report issues with **Angular** itself.
You can’t perform that action at this time.
0 commit comments