Arjunkumar
2dc55ff5c2
docs(guide/index): add codeschool link
2014-06-09 15:50:54 -07:00
Uri Goldshtein
98a2563ec4
docs(guide): add UI-Map to Complementary Libraries
2014-06-09 14:31:49 -07:00
Uri Goldshtein
8c02122837
docs(guide): add ngTagsInput to UI Widgets
2014-06-09 14:02:34 -07:00
Uri Goldshtein
ed18b8c9da
docs(guide): add another analytics library
2014-04-28 12:05:04 -07:00
Pascal Precht
71bc451f95
docs(guide): fix link in "Complementary libraries" section
...
the link to `angular-translate` is outdated. this commit fixes it.
2014-04-03 09:27:51 -07:00
Uri Goldshtein
f911b84aef
docs(guide): add ngStorage to specific topics
2014-03-27 14:31:07 -07:00
Uri Goldshtein
6636f1d03f
docs(guide): add ui-router to complementary libraries
2014-03-25 14:06:47 -04:00
Mauro
4aac37e7be
docs(guide): add a new django tutorial
...
- add a link to a tutorial on intergrating angular and django
2014-02-26 19:39:55 -05:00
George Cox
832be4123d
docs(guide): grammar fix
...
use of the article, both definite and indefinite, is not optional
Closes #5981
2014-02-22 23:23:20 +01:00
Peter Bacon Darwin
a564160511
docs(bike-shed-migration): fix url-based links refs to AUTO module
2014-02-16 19:03:41 +00:00
Stéphane Reynaud
ef4bf8c77c
docs(guide/index): replace "shold" to "should"
...
Replace "shold" to "should"
Closes #6216
2014-02-11 11:46:36 -05:00
Igor Minar
b6ab826c4b
style(guide): remove ws
2014-02-10 17:09:35 -08:00
Jeremy Likness
71f974b459
docs(guide): add new resource links
...
Added a link to 10 reasons to use and online courses for Angular
Closes #6194
2014-02-10 17:09:34 -08:00
Andy Ferra
8ec2743ca1
docs(design): guide index formatting
...
Just my first pass at a more readable format of the guide index.
Note: the styles apply to all content in the docs, not just the guide
index. This is intentional and I feel that the result is positive.
2013-12-09 16:32:10 -08:00
Derek Peterson
40d1e10520
docs(guide): fix typo
...
Closes #4821
2013-11-13 20:55:25 +00:00
Ari
37ac4724ba
docs(guide): add ng-newsletter to weekly updates link
...
Closes #4793
2013-11-13 19:52:36 +00:00
Ari
8c18ef67cf
docs(guide): add ng-book link to books
...
Closes #4792
2013-11-13 19:50:25 +00:00
Tobias Bosch
3662140201
docs(guide/filter): Refactor filter guide docs
...
This refactors the filter guide docs into a single file.
Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
2013-11-07 14:14:57 -08:00
Tobias Bosch
fc060dfc08
docs(guide/overview): Refactor overview and mvc docs
...
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts
Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.
All the old information was moved into existing documents or deleted when they were duplicates.
2013-11-06 17:11:44 -08:00
G Lormeau
727b232fb2
docs(guide): add SEO4Ajax to the SEO tools list
...
Closes #4748
2013-11-04 22:34:11 +00:00
Pete Bacon Darwin
d3b38dda06
docs(guide): improve links to books
...
Nested bullet points don't appear very nicely so resorted to nested
heading for the Learning Resources and in particular Books sections.
Closes #4677
2013-10-28 21:27:30 +00:00
Christopher Hiller
32b3494aa1
docs(guide): add link to book
2013-10-28 21:27:29 +00:00
Brad Green
c47a366bc4
docs(guide): rewrite guide landing page
...
Change landing page to include a set of curated links with subject
headings as a guide through Angular's docs and other resources.
Closes #4470
2013-10-25 21:47:29 +01:00
Misko Hevery
d05a2809a1
doc(guide) simplify the guide home page
2012-08-27 14:59:17 -07:00
Misko Hevery
0532aabcf9
doc(guide): clean up broken links
2012-06-02 16:02:08 -07:00
Misko Hevery
dd38ce6585
docs(scope): rewrite
2012-06-02 16:02:07 -07:00
Misko Hevery
2e90cdc3d4
docs(dependency injecton): rewrite
2012-06-02 16:02:05 -07:00
Misko Hevery
6933fb7924
docs(bootstrap): rewritten bootstrap guide
2012-06-02 16:02:05 -07:00
Misko Hevery
8e2675029f
chore(docs): re-skin main documentation
2012-05-04 16:12:17 -07:00
Misko Hevery
8b8fdddc0b
docs(links): corrected borken links
2012-03-13 19:36:09 -07:00
Igor Minar
92af30ce6e
docs(*): various doc fixes
2012-01-17 09:49:37 -08:00
Igor Minar
b3c4cb7cff
docs(*): remove @workInProgress from everywhere
...
it's not useful any more and it only makes the docs look ugly
2011-10-12 23:04:48 -07:00
Misko Hevery
4f78fd692c
feat(forms): new and improved forms
2011-10-11 11:01:45 -07:00
Misko Hevery
8f0dcbab80
feat(scope): new and improved scope implementation
...
- Speed improvements (about 4x on flush phase)
- Memory improvements (uses no function closures)
- Break $eval into $apply, $dispatch, $flush
- Introduced $watch and $observe
Breaks angular.equals() use === instead of ==
Breaks angular.scope() does not take parent as first argument
Breaks scope.$watch() takes scope as first argument
Breaks scope.$set(), scope.$get are removed
Breaks scope.$config is removed
Breaks $route.onChange callback has not "this" bounded
2011-08-02 01:00:03 +02:00
Igor Minar
b842642b57
docs - stripping extra new lines
2011-06-15 22:31:40 -07:00
Igor Minar
c35b0a7907
yet another docs batch
2011-06-06 23:10:30 -07:00
Igor Minar
7f1e2e4846
new batch of docs
2011-06-06 22:52:02 -07:00
Igor Minar
924ffafc51
fixing broken links
2011-06-06 22:52:00 -07:00
Misko Hevery
11e9572b95
Move documentation under individual headings
2011-06-06 22:28:38 -07:00