Brent Morrow
40ecd2d8e5
docs(guide/expression): wording changes
2013-04-11 14:05:08 -07:00
Luc Morin
484286d536
docs(guide/directives): give more details about directive declaration
2013-04-11 14:02:06 -07:00
Colin Kahn
d56b62dcda
docs(guide/filters): document multiple arguments syntax
...
Add example of using a filter with that accepts multiple arguments.
2013-04-11 13:55:47 -07:00
Brian Campbell
13000c7350
docs(guide): updates for legacy IE7 support
...
- note re: id="ng-app" to bootstrap/IE partials
- added doctype/xmlns to markup
- add cond comment re: json2/3 to markup
2013-04-11 13:00:41 -07:00
Heath Matlock
5bea4c5692
docs(concespts): correct spelling and remove unnecessary word
2013-04-06 23:08:52 +02:00
Felipe Lahti
3497bf2d82
docs(guide): add missing closing div tag
2013-04-04 09:43:47 -07:00
Felipe Lahti
afcf03fd2c
docs(guide): fix typo in DI. angualar -> angular
2013-04-04 09:43:35 -07:00
Srinivas Kusunam
7bf32ccadb
docs(directive): fix typo
2013-04-04 09:42:12 -07:00
James deBoer
cd6dd22b19
Update forms.ngdoc
...
docs(forms): Fixed a typo. render -> $render
2013-04-04 09:29:51 -07:00
Arlen Christian Mart Cuss
36b888e781
docs(directive): Fix entity confusion in example.
2013-03-20 11:41:14 -07:00
Shyam Seshadri
70cf0a389f
feat(docs): Add Improve this doc link in each doc page, which links to the edit mode of that file in github
2013-03-15 20:56:22 -07:00
Niel de la Rouviere
7f9a94f8bc
docs(directive): minor typo fix
...
Changed "obeject" to "object"
2013-03-08 23:30:00 +01:00
Dave Geddes
4c428121b9
docs(contribute): add note about running command line as admin on win
2013-03-06 14:55:42 -08:00
Dave Geddes
7a77fdae4f
chore(Grunt): switch from Rake to Grunt
...
Migrates the Angular project from Rake to Grunt.
Benefits:
- Drops Ruby dependency
- Lowers barrier to entry for contributions from JavaScript ninjas
- Simplifies the Angular project setup and build process
- Adopts industry-standard tools specific to JavaScript projects
- Support building angular.js on Windows platform (really?!? why?!?)
BREAKING CHANGE: Rake is completely replaced by Grunt. Below are the deprecated Rake tasks and their Grunt equivalents:
rake --> grunt
rake package --> grunt package
rake init --> N/A
rake clean --> grunt clean
rake concat_scenario --> grunt build:scenario
rake concat --> grunt build
rake concat_scenario --> grunt build:scenario
rake minify --> grunt minify
rake version --> grunt write:version
rake docs --> grunt docs
rake webserver --> grunt webserver
rake test --> grunt test
rake test:unit --> grunt test:unit
rake test:<jqlite|jquery|modules|e2e> --> grunt test:<jqlite|jquery|modules|end2end|e2e>
rake test[Firefox+Safari] --> grunt test --browsers Firefox,Safari
rake test[Safari] --> grunt test --browsers Safari
rake autotest --> grunt autotest
NOTES:
* For convenience grunt test:e2e starts a webserver for you, while grunt test:end2end doesn't.
Use grunt test:end2end if you already have the webserver running.
* Removes duplicate entry for Describe.js in the angularScenario section of angularFiles.js
* Updates docs/src/gen-docs.js to use #done intead of the deprecated #end
* Uses grunt-contrib-connect instead of lib/nodeserver (removed)
* Removes nodeserver.sh, travis now uses grunt webserver
* Built and minified files are identical to Rake's output, with the exception of one less
character for git revisions (using --short) and a couple minor whitespace differences
Closes #199
Conflicts:
Rakefile
2013-03-05 23:35:13 -08:00
Vineet Kumar
2007ddd3f8
docs(guide/directives): update obsolete doc reference
...
Replace an obsolete reference to a nonexistent "Creating Widgets"
section with a real link to "Creating Components".
2013-02-25 14:51:59 -08:00
Dylan Pyle
aa531d7bd1
docs(guide): fix some invalid javascript in directive documentation
...
Use double quotes to maintain consistency with other HTML
2013-02-14 15:15:06 -08:00
Jesse Cooke
d67eb2f2db
docs(guide): Fix typos in concepts/model,view.
2013-02-14 13:09:40 -08:00
Igor Minar
87f6b36bab
chore(docs): improve docs parser type
...
previously we barfed on function type definition with optional arguments
like {function(number=)}
this fixes it
I also added a bunch of code that helps to debug incorrectly parsed docs.
2013-02-11 14:08:27 -08:00
Igor Minar
8801e69dba
docs(guide): remove stale info about filters changing DOM
...
as of v0.10.6 this is not the case any more
2013-02-06 14:15:43 -08:00
Thomas Schultz
f4afa398a1
docs(tutorial): remove extra back-tick character
2013-02-06 22:22:55 +01:00
theotheo
32063278bd
docs(module): fix code example
2013-02-06 21:36:21 +01:00
Igor Minar
ab7c74b4b9
docs(contributing): add CLA anchor for deeplinking
2013-02-04 09:38:55 -08:00
radu
85042820fb
docs(tutorial): fix typo
...
Update docs/content/tutorial/step_00.ngdoc
removed redundant verb
2013-01-29 15:47:43 -08:00
Will Moore
661a728764
docs(contribute): adding npm install to step-by-step
...
npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.
2013-01-18 21:33:58 -08:00
Amir H. Hajizamani
f0ff7023c3
docs(cookbook): change prototype methods to scope methods in Buzz
...
As explained in 'Understanding the Controller Component', Controllers
written for new (post 1.0 RC) versions of Angular need to add methods to
the scope directly, not the function's prototype. Correcting this
example should remove any ambiguity, especially for beginners.
2013-01-18 00:56:52 -05:00
Amir H. Hajizamani
6e8728a364
docs(guide): change prototype methods to scope methods in DI examples
...
As explained in 'Understanding the Controller Component', Controllers
written for new (post 1.0 RC) versions of Angular need to add methods to
the scope directly, not the function's prototype. Correcting this
example should remove any ambiguity, especially for beginners.
2013-01-18 00:56:52 -05:00
Shai Reznik
3a71c1e595
doc(guide): Fix examples of $location.html5mode
2013-01-17 23:46:19 -05:00
Shai Reznik
ef7a61a67e
doc(guide): Fixed typos at the unit tests guide
2013-01-17 23:46:19 -05:00
Daniel Demmel
d5a1336e6b
docs: recommend using Google CDN
2013-01-17 16:53:32 -08:00
Matt Rohrer
d4312b731a
docs(guide): minor grammar fixes
2013-01-17 19:36:14 -05:00
Igor Minar
bb80c96754
chore(docs): use done() instead of end() in gen-docs.js
2013-01-17 00:52:19 -08:00
Lucas Galfasó
98489a1d0c
doc(directive): Fix typos in dialog widget
...
Fixes #1799
2013-01-13 10:09:22 +00:00
naomiblack
841bdf1c07
Update docs/content/misc/faq.ngdoc
...
Updated the canonical video to a recent one. Fixed a typo.
2013-01-09 09:50:27 +00:00
kim lokoy
8ecce7642b
docs(guide): fix typos in unit test guide
2013-01-07 21:00:13 +01:00
Pawel Kozlowski
d1d5761232
docs(forms): fix code example for a custom form control
...
Closes #1021
2013-01-05 23:04:33 +01:00
naomiblack
759cba1a8d
docs(faq): add info on logo reuse and how to get t-shirts and stickers
2013-01-04 19:22:00 +01:00
Matt Hardy
2f4967f100
docs(guide): change example controller to properly call greet method on greeter
2012-12-31 13:21:29 +01:00
John Fletcher
d4e7274d4b
docs(guide): minor English corrections to the Directive guide
2012-12-19 20:55:22 +01:00
Miško Hevery
cffa015554
docs(directive): old syntax
2012-12-18 20:39:17 -08:00
ggoodman
741a37b338
feat(docs): Add angularjs tag to plunks and make private
...
This is a minor edit to allow Plunks created by way of the docs.angularjs.org site to be appropriately tagged as `angularjs`.
Also, make these generated Plunks private by default.
2012-12-12 21:00:41 +00:00
Romain Neutron
e48adebfb7
docs(guide): fix injector service code example
...
Fix syntax and update code to the latest API
2012-12-10 23:50:12 +01:00
Eric Case
4b51eaadf8
docs(tutorial): typo fix commandx -> command
2012-12-08 11:39:56 +01:00
János Rusiczki
bd62790080
doc(concepts): Fix typo in $render() function
2012-12-07 10:19:08 +00:00
Daniel Luz
4eb0716711
docs(directive): correct expression, fix typo and re-wrap lines
2012-11-29 20:22:41 +01:00
Johannes Hansen
ed90f3b7ea
fix(docs): add missing </div> tag to sourceEdit directive template
2012-11-29 20:22:40 +01:00
Igor Minar
14b19ecf5e
docs(menu): fix the navbar drop down links
2012-11-28 23:56:21 +01:00
Vojta Jina
c9199ee663
docs: load angular from CDN only on production
...
So that when running the docs locally, eg. during e2e testing, we use the latest build version of angular, rather than the stable one from CDN.
This fixes e2e tests running with Testacular.
2012-11-26 21:33:45 +01:00
Kris Jenkins
557e3894d7
docs(): Fix a couple of typos in the documentation
2012-11-22 08:28:49 +01:00
Dave Clayton
38a9695413
docs(guide/concepts): some typo/grammar fixes
2012-11-22 08:28:49 +01:00
John Hume
293e0336b0
docs(guide/directive): fix typo
2012-11-22 08:28:49 +01:00
Jamison Dance
80927c5811
docs(guide): fix run-on sentence in modules guide
2012-11-11 11:35:20 +01:00
Jamison Dance
ca8b344e20
docs(tutorial): change module name in step-7
2012-11-11 11:35:15 +01:00
Tim Macfarlane
27cee7db0a
docs(guide/directive): fix names in scope '='; easier to grok
2012-11-11 11:20:57 +01:00
Igor Minar
51bed36370
chore(docs): fix docs-scenario.html
2012-11-08 22:18:34 +01:00
Igor Minar
6d940213ac
chore(docs): remove obsolete gae files
2012-11-08 22:18:34 +01:00
Miško Hevery
494b527fa7
docs(directive): fix typo
2012-11-05 19:35:31 -08:00
Sudhir Jonathan
8ce84cb2ea
chore(testacular): use local testacular version
...
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
2012-10-31 17:00:00 -07:00
Fred Sauer
97578b4dae
docs(guide/location): fix table formatting
...
Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style
2012-10-31 14:48:18 -07:00
Tim Macfarlane
fa12564607
docs(module): fix typo in example
...
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-10-31 14:22:12 -07:00
Daniel Luz
085e0ea8ef
docs(contribute): fix task name for continuous testing
2012-10-31 13:13:33 -07:00
Igor Minar
bb52c4e8d3
fix(docs): correctly generate filenames for plunkr/fiddle
...
previously examples like $http where broken because we would strip part of the
filename (http-hello.html -> http)
we really want to strip only the id suffix that we append to disambiguate
common filenames (like index.html) which appear in many examples.
2012-10-31 13:06:22 -07:00
Shyam Seshadri
295af335c1
feat(docs): add plunkr support
...
Add option to edit source in Angular Docs in Plunkr in addition to JsFiddle
2012-10-31 13:06:16 -07:00
Daniel Luz
2c2e18c37a
fix(doc): typo on FAQ
...
Closes #1493
2012-10-31 10:26:00 -07:00
Braden Shepherdson
d930a410fb
doc(faq): Add Common Pitfalls section
...
Describes several common pitfalls new users of Angular fall into that
I've observed in #angularjs.
2012-10-29 19:37:38 -07:00
Braden Shepherdson
66505ffc40
doc(faq): Fix minor spelling and wording errors
2012-10-29 19:37:29 -07:00
Igor Minar
3ca11d5235
docs(contribute): add CLA note to code submission section
2012-10-19 09:15:34 -07:00
Igor Minar
d5d8ac01e3
docs(contribute): add visible link to github project
2012-10-19 09:15:34 -07:00
Igor Minar
6ff2685668
docs(tutorial): replace JsTD with Testacular + drop snapshots
...
JsTD references have been replaced with Testacular stuff.
snapshots are PITA to maintain so I'm dropping them, everyone loves the Git
version anyway.
2012-10-18 02:34:27 -07:00
Misko Hevery
f92e4146d1
fix(doc): disable directory listing in docs.angularjs.org
2012-10-08 15:09:06 -07:00
Igor Minar
caf702cc88
docs(downloading): update the downloading docs
2012-10-05 03:15:11 -07:00
Igor Minar
1f1a6fb6d2
docs(contribute): update contribute docs
2012-09-17 09:46:34 -07:00
Igor Minar
c2b6e127fa
docs(contribute): update misc/contribute docs with Testacular info
2012-09-17 09:46:34 -07:00
Miško Hevery
8133d468b9
docs(directive): remove reference to old isolation syntax
2012-09-13 11:32:13 -07:00
Shyam Seshadri
2c6aa4c300
fix(*): name all anonymous watch functions in Angular
...
This will allow us to see function names in Batarang and debugger.
Closes #1119
2012-09-11 16:39:46 -07:00
Brian Ford
191efbb558
docs(guide): fix directive interpolation example code
...
Closes #1339
2012-09-11 16:19:45 -07:00
Igor Minar
afd02ca48c
fix(docs): update docs top menu links
2012-09-06 15:56:11 -07:00
Misko Hevery
a713928210
docs(concept): correct example for creating injector
2012-09-06 15:49:49 -07:00
Godmar Back
05fa20df81
docs(module): fixed module example and corrected typos
2012-09-06 15:49:49 -07:00
Jay Zeng
ed5dfbcd66
docs(module): myAppModule -> simpleAppModule
2012-09-06 15:49:49 -07:00
Misko Hevery
278bfc4bb2
fix(docs): broken url to angular-bootstrap
2012-09-04 18:16:52 -07:00
Igor Minar
4015357ce5
chore(docs): don't rewrite colons in doc filenames
2012-09-04 11:08:40 -07:00
Fernando Correia
92304323b1
docs(tutorial): correct typos and clarify a few sections
2012-08-30 22:38:54 -07:00
brettcannon
d798423813
doc(misc) Mention how attribute names map to directive names.
2012-08-30 22:38:52 -07:00
Sahat Yalkabov
2583e77cc7
doc(module) changed simpleApp to myApp in the Module page guide for consistency
2012-08-30 21:34:43 -07:00
Steve Nicolai
f66836fee4
doc(devguide) - Fix typos and small grammatical errors in the developer guide.
2012-08-30 21:34:42 -07:00
Uri Goldshtein
0ccc445d53
Loading from Google CDN
...
As you guys had mansion, we can and need to do it through Google CDN for better performance,
so i've updated it accordingly
2012-08-30 21:34:42 -07:00
Tyson Benson
b7d5fa1cbe
docs(typos): fix typos in dev guide
2012-08-30 21:34:42 -07:00
phil
51a79cebcb
docs(api): fix typo on home page
...
Refference -> Reference
2012-08-30 21:34:41 -07:00
csugden
36bcf64008
Update docs/content/guide/overview.ngdoc
...
Corrects video information
2012-08-30 21:34:41 -07:00
Jamie Krug
5c6630605b
fix(docs): Fix typos and improve grammar.
2012-08-30 21:34:41 -07:00
Jamie Krug
125827406c
fix(docs): Fix bad links.
2012-08-30 21:34:41 -07:00
Colin Frei
62c21422a6
docs(module) fix typo
2012-08-30 21:34:41 -07:00
Igor Minar
d151f94937
chore(docs): ask GAE to serve docs-keywords.js
2012-08-30 15:59:29 -07:00
Igor Minar
c287c8361d
chore(docs): correctly link docs images
2012-08-30 08:59:17 -07:00
Igor Minar
b36acbc857
chore(docs): use symlinks to build docs
...
so that we can just edit source files without rebuilding docs.
this works for all docs files, except for those that are generated
or rewritten during build.
2012-08-28 16:08:03 -07:00
Misko Hevery
152537c4e9
doc(guide): add concepts
2012-08-27 21:20:51 -07:00
Misko Hevery
8b46bf6bc9
fix(ngdoc): failing test
2012-08-27 21:20:50 -07:00
Colin Frei
aef861eb41
doc(directive) correct typos
2012-08-27 21:20:50 -07:00
Misko Hevery
78c5743494
doc(misc) updated getting started to reflect the new homepage
2012-08-27 21:20:49 -07:00
Misko Hevery
2cb9fbd043
doc(guide) simplify the guide home page
2012-08-27 21:20:49 -07:00