Michał Gołębiowski
9360aa2d27
chore(eslint): enable quotes: ["error", "single"]
...
The quotes rule had to be disabled for e2e tests generated from ngdoc
because dgeni templates use double quotes as string delimiters.
Since we can't have guarantees that dgeni template wrappers will follow
the same JS code style the Angular 1 repo uses, we should find a way
to enforce our ESLint setup only for the parts in this repo, perhaps
via prepending a generated `/* eslint-enable OUR_RULES */` pragma.
Closes #15011
2016-08-10 21:52:38 +02:00
Michał Gołębiowski
c3220325a0
chore(*): switch from JSHint/JSCS to ESLint
...
Thanks to @narretz for help in fixing style violations and to @gkalpak
for a very extensive review.
Closes #14952
2016-08-05 22:18:32 +02:00
Peter Bacon Darwin
13b7bf0bb5
docs(examples): give all examples a name
...
Closes #14958
2016-07-28 10:58:58 +01:00
Martin Staffa
4ef0c7bac0
docs(guide/Services): add whitespace in code example
...
Closes #14156
2016-03-18 15:40:57 +01:00
Georgii Dolzhykov
a6afa780b7
docs(guide/Services): improve the code example
...
A factory that doesn't return anything is a bad example of a factory.
Closes #14139
2016-02-28 15:56:49 +01:00
eeue56
2979bf38dd
docs(guide/Services): Fix link to module.Factory
2015-03-13 19:54:22 +01:00
bhalajin
b299e73130
docs(guide/Services): fix unit test example
...
Closes #11081
2015-02-21 13:07:42 +01:00
Brian Ford
d1ccf17635
docs(guide/*): improve explanation of strictDi
...
Closes #9786
2014-10-27 04:26:43 -07:00
Brian Ford
c3fcbbd750
docs(guide/services): use array annotation in example
2014-10-27 02:51:02 -07:00
Peter Bacon Darwin
b01a03c1b9
docs(guide): add sortOrder to each page
...
Finally we can control the order of the guide pages
2014-09-04 16:49:25 +01:00
Michał Gołębiowski
81cd836137
docs(guide): switch from ngmin to ng-annotate
...
ng-annotate is an independent alternative to ngmin that is non-invasive
and more performant. For the background around the switch, see the discussion
at:
https://github.com/btford/ngmin/issues/93
Closes #8117
2014-07-10 14:14:30 -07:00
fuqcool
b32d0f8649
docs(guide/services): fix link to services api
...
Closes #7795
2014-06-12 00:09:56 -04:00
Alexander Karpan
94bcc03f3e
docs(guide/services): fix link to wikipedia article containing parentheses
...
Fix in a mis-parsed link with ')' symbol in it
Closess #7775
2014-06-10 16:10:21 -04:00
Sam Dornan
20221f9582
docs(guide/services): fix link to minify Wikipedia page
...
Closes #7488
2014-05-21 10:29:13 -07:00
Peter Bacon Darwin
35a6646a81
docs(guide/services): add reference to ngmin tool
...
Closes #5908
2014-05-16 12:33:05 +01:00
Misha Moroshko
186a68f8ff
docs(guide/services): minor fixes
2014-03-06 15:38:59 -08:00
Zak Johnson
8e2e9adb46
docs(guide/services): clean up typos
2014-03-05 13:29:24 -08:00
Brian Ford
220e7bf2d4
docs(guide/services): rewrite services documentation
2014-03-03 12:30:33 -08:00