| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
|
|
Previous link url is no longer served, responds with bad link (error 404). This change corrects the
URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in
2012.
Corrects the link to "History API"
Closes #6225
|
|
When I was reading this doc I was thinking "but what about phonecatApp?" and when I looked in the
file from the step-11 branch there it is. Should be reflected in the docs as well
Closes #6209
|
|
Replace "shold" to "should"
Closes #6216
|
|
|
|
Added a link to 10 reasons to use and online courses for Angular
Closes #6194
|
|
|
|
Closes #6207
|
|
Closes #6197
|
|
Closes #6206
|
|
Signed-off-by: Caitlin Potter <caitpotter88@gmail.com>
Closes #6202
|
|
|
|
changed "building and application" to "building an application"
Closes #6156
|
|
|
|
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.
Fix tests which were failing in Firefox due to clear() not working as expected.
Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
|
|
point to protractor
|
|
Corrects "sortVersionsNatrually" method name in `ngdoc.js` in "sortVersionsNaturally"
|
|
Fixing reference to ngClass documentation
Closes #6089
|
|
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.
Closes #5677
Closes #5679
|
|
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page
Closes #5950
|
|
correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc
Correcting use of ng-model directive
Closes #6036
|
|
protractor
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
Closes #6023
|
|
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!
Closes #5967
|
|
|
|
another input element
Closes #5969
|
|
|
|
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.
Closes #5810
|
|
This time I feel good about this modification to the document, the code listing
on the tutorial page for the animation.js DID NOT match what was actually IN the
file for that branch. Updated tutorial to reflect actual contents of file
Closes #5922
|
|
Closes #5884
|
|
|
|
Added 5px of right margin to tutorial buttons (Previous, Live demom ...).
Closes #5901
|
|
Closes #5914
time/space dimension error
|
|
Closes #5909
|
|
Remove the second instance of the word "and" from the docs where it was duplicated.
|
|
The $log provider returns an object and not a function, so this example, which appears to be using
the $log provider, should call it as it would be called in a real-world application.
Closes #5875
|
|
Originally, this issue was regarding documenting `restrict: 'CM'` in the directive guide, but it
was pointed out that the restrict documentation is covered in the $compile documentation. Because of
this, a link was simply added to the $compile documentation.
However, the wording suggests that it's actually linking to the directive registration function, in
$compileProvider, so the docs will link there instead. There is a link only a paragraph below to the
$compile documentation, so this does not hurt.
Closes #5516
|
|
The main api docs page is probably the main landing page for many devs
looking to learn angular, so linking to the main guide pages would
likely help.
Closes #5869
|
|
unix systems
Closes #5814
Closes #5811
|
|
Lets encourage people to use semicolons in javascript :>
Closes #5834
|
|
Correction misspelling: easist -> easiest
Closes #5850
|
|
This always throws me off - I think it helps to make it clear that the class name is arbitrary, and
what matters is the .ng-etc classes.
Closes #5848
|
|
Amended to also clarify this note in the mac/linux tab.
Closes #5845
|
|
Code uses module names with '2' as suffix while the explanation used the module names without the
suffix. The diagram is correct but also does not suffix the module names.
Closes #5567
|
|
- referring to `=attr` rather than `=prop` is consistent with note under example with =customerInfo
- change `prop` to `attr` (basically `prop` refers to property in JS object, `attr` is for HTML tag)
- change the function name in description to match the name in code example
Closes #5786
|
|
Preserve URL path when switching between doc versions.
Closes #4661
Closes #5773
|
|
Closes #5769
|