Igor Minar
81063a748c
fix typo in angular.widget docs
2011-04-10 14:16:08 -07:00
Igor Minar
e5419db6c7
fix indentation regexp for doc:examples
2011-04-07 12:34:34 -07:00
Pepper Lebeck-Jobe
4da65d0e8c
Fixes some links and types in the DI docs.
2011-03-28 23:40:56 -07:00
Igor Minar
d95a6925cd
fix broken 'downloading' links
2011-03-23 15:25:05 -07:00
Pepper Lebeck-Jobe
b4d680a921
Fixes two links on the conribute page.
2011-03-22 10:18:07 -07:00
Pepper Lebeck-Jobe
ff4480be65
Fixes a typo xmlsn -> xmlns
2011-03-22 10:10:55 -07:00
Misko Hevery
5b05c0de03
@require in ngdoc now takes reason for dependency
2011-03-11 14:16:52 -08:00
Igor Minar
5bf7ff5a3e
fixing broken e2e tests
2011-03-03 13:50:12 -08:00
Igor Minar
a01d888eec
adding dependency injection docs
2011-03-03 00:16:20 -08:00
Igor Minar
28800a48ad
renaming guide.contribute.ngdoc to contribute.ngdoc
2011-03-02 23:19:59 -08:00
Igor Minar
dea72be0cc
docs cleanup and improvements
...
- moving 'downloading' from devguide to "misc"
- syncing the latest version of 'downloading'
- getting rid of junk files
2011-03-02 23:14:13 -08:00
Igor Minar
945056b166
linking function should return bound scope
...
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.
other changes:
- moved angular.compile docs to the compiler so that they are closer to
the compiler
- fixed some typos and updated angular.compile docs with the new return
value
2011-03-01 17:09:25 -08:00
Igor Minar
5fc2b96b97
docs.css should not inline all pragraphs, only those in lists
2011-02-23 15:52:29 -08:00
Janet Davies
eea0de6db4
Rewrite of the "Contributing" section of the DevGuide
2011-02-22 17:42:00 -08:00
Igor Minar
d15165f207
fixing typo in guide.overview
2011-02-22 15:49:46 -08:00
Kenneth R. Culp
fe743e31f8
Rewrite of the overview section of the dev guide
2011-02-22 15:09:44 -08:00
Misko Hevery
55ce859998
fix documentation for ie
2011-02-22 14:48:53 -08:00
Misko Hevery
65243b7d60
corrected new lines in @link
2011-02-18 11:52:57 -08:00
Misko Hevery
c90abf057b
Changed the angular.compile(element)(scope[, cloneAttachNode])
2011-02-16 08:59:57 -05:00
Misko Hevery
496e6bf901
refactored quickClone to cloneNode and exposed it on jQuery
2011-02-16 00:49:16 -05:00
Misko Hevery
0a5c00abf8
Add public API to retrieve scope from element.
2011-02-16 00:48:22 -05:00
Igor Minar
4f6fe1d479
adding testimonials page to docs
...
this is just a temporary move so that the content doesn't get lost.
in the long term we want this to be part of the main site.
2011-02-10 15:40:38 -08:00
Misko Hevery
0f19cd3625
corrected missbehaved example
2011-02-09 20:11:34 -08:00
Janet Davies
c1caf2560a
Update Dev Guide Downloading content (to be moved to Contributing later).
2011-02-09 11:19:30 -08:00
Kenneth R. Culp
b07cc0e392
Cleanup of the Getting Started guide
2011-02-09 11:01:54 -08:00
Igor Minar
f943180e34
renaming fag.ngdoc to faq.ngdoc
2011-02-08 20:42:32 -08:00
Igor Minar
d600c608e3
markdown pre-processor should strip all the extra indentation
...
- split trim into trim and indent
- merged my indentation code with trim
- cleaned up some small issues
2011-02-07 23:56:51 -08:00
Igor Minar
f3a39a6418
docs should print usage for services that are functions
2011-02-07 23:55:02 -08:00
Igor Minar
f00b157841
@property should require type and description should be markdownified
2011-02-07 23:55:02 -08:00
Igor Minar
ae20f0c1b3
adding docs for angular.markup and angular.attrMarkup
2011-02-07 23:55:02 -08:00
Igor Minar
94bf24e3b6
fix angular.js file path detection in docs
2011-02-04 14:11:53 -08:00
Misko Hevery
882f412d57
Added remainder of the cookbook
2011-02-03 20:03:38 -08:00
Misko Hevery
0d4def68ae
added more cookbook: work in progress
2011-02-03 20:03:38 -08:00
Misko Hevery
245b60d69a
addded cookbook
2011-02-03 13:26:48 -08:00
Misko Hevery
ba6b68b6ae
changed the documentation @example to use <doc:example>
2011-02-01 10:00:09 -08:00
Misko Hevery
ed768ebc53
Developer guide documentation
2011-02-01 09:58:37 -08:00
Misko Hevery
e5a3acacad
corrected sitemap.xml format
2011-01-27 09:53:20 -08:00
Igor Minar
75de7395bb
validator doc example should not be escaped
2011-01-26 23:44:21 -08:00
Misko Hevery
bd33f60276
Added part of guide documentation and supporting changes to doc generator
2011-01-26 23:31:15 -08:00
Igor Minar
7a48ee6aa9
fix deprication typo in the doc generator
2011-01-26 15:37:22 -08:00
Misko Hevery
d8acfe7389
add @this and @exampleDescription tags
...
(also removed markdownNoP, now done through CSS)
2011-01-24 14:23:51 -08:00
Misko Hevery
bf03eb007c
Added SiteMap generation to the documentation
2011-01-24 14:23:51 -08:00
Misko Hevery
c2f2587a79
fixed example rendering, add tests for it.
2011-01-24 14:23:51 -08:00
Misko Hevery
70c74a9c4e
add @this and @exampleDescription tags
...
(also removed markdownNoP, now done through CSS)
2011-01-24 14:23:51 -08:00
Misko Hevery
22c5b7059b
updated doc styling for methods/properties
2011-01-24 14:23:50 -08:00
Igor Minar
2c0f7ffe3a
ngdoc should escape content of pre in markdown
2011-01-19 15:53:58 -08:00
Misko Hevery
050e5d773f
verify that issue# 162 was fixed with doc rewrite
2011-01-18 15:32:46 -08:00
Igor Minar
72e554ffeb
doc widgets examples should display angular src as CAO instead of DAO
2011-01-18 14:42:23 -08:00
Igor Minar
3bd96609e9
remove script.type attribute from example widgets since its optional in html5
2011-01-18 14:42:23 -08:00
Igor Minar
d73635d573
@returns type in docs should be wrapped in curlies
2011-01-18 14:42:22 -08:00