James deBoer
7c60151cb8
chore(Rakefile): remove a duplicate file in angularFiles.js
2013-01-16 23:45:13 -08:00
James deBoer
965308a32c
chore(Rakefile): generate version.json
...
Changes 'rake version' to output a version.json file which
contains the structured version info which can be used in other tools.
2013-01-16 23:41:51 -08:00
Igor Minar
92c612a9de
fix(scenario): don't trigger input events on IE9
...
input.enter() should trigger 'change' rather than 'input' event on IE9 because
input events on IE9 are broken and angular doesn't rely on them
2013-01-16 23:30:16 -08:00
Kanwei Li
a7b53abcad
docs(CHANGELOG): fix typo
2013-01-16 23:29:11 -08:00
Martin Probst
d575e1f613
fix($route): support route params not separated with slashes.
...
Commit 773ac4a broke support for route parameters that are not seperated
from other route parts by slashes, which this change fixes. It also adds
some documentation about path parameters to the when() method and
escapes all regular expression special characters in the URL, not just
some.
2013-01-16 09:42:35 -08:00
Igor Minar
2ba458387d
fix($compile): safely create transclude comment nodes
...
Closes #1740
2013-01-14 21:59:23 -08:00
Lucas Galfasó
98489a1d0c
doc(directive): Fix typos in dialog widget
...
Fixes #1799
2013-01-13 10:09:22 +00:00
Igor Minar
51d501aab2
chore(*): remove obsolete files
2013-01-09 21:29:13 -08: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
Pete Bacon Darwin
86cac55c7c
fix(jqLite): children() should only return elements
...
The jQuery implementation of children only returns child nodes of the given element that are elements themselves. The previous jqLite implementation was returning all nodes except those that are text nodes. Use jQLite.contents() to get all the child nodes.
The jQuery implementation of contents returns [] if the object has no child nodes. The previous jqLite implementation was returning undefined, causing a stack overflow in test/testabilityPatch.js when it tried to `cleanup()` a window object.
The testabilityPatch was incorrectly using children() rather than contents() inside cleanup() to iterate down through all the child nodes of the element to clean up.
2013-01-09 09:42:05 +00:00
Keyamoon
c0995399d4
fix(jqLite): make next() ignore non-element nodes
...
next() is supposed to return the next sibling *element* so it
should ignore text nodes. To achieve this, nextElementSibling()
should be used instead of nextSibling().
2013-01-08 14:54:56 -08:00
Igor Minar
de6cc287e5
fix($injector): remove bogus fn arg
...
getService fn takes only one argument, removing the second one.
Closes #1711
2013-01-08 14:36:36 -08:00
Igor Minar
afd6771163
refactor($browser): remove faulty 20+ cookies warning
...
the warning is defunct (and the test is incorrect) so obviously nobody is using
it and it just takes up space.
also the browser behavior varies (ff and chrome allow up to 150 cookies, safari
even more), so it's not very useful.
Closes #1712
2013-01-08 14:27:51 -08:00
Igor Minar
4cda028609
revert: fix(a): prevent Opera from incorrectly navigating on link click
...
This reverts commit c81d8176cc .
This commit causes several issues (#1651 , #1674 , #1662 ) and doesn't even
contain a test that proves that anything on Opera got actually fixed.
If the original Opera resurfaces, we'll fix it properly.
2013-01-08 11:51:17 -08: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
Jonathan Card
23cd40a8ec
docs(form): minor form doc and example fixes
...
Form documentation fixes:
- Fix broken form example in docs
- A few small other corrections in form docs.
2013-01-04 17:25:24 +01:00
Per Rovegård
f3188c1d09
docs($http): clarify documentation on error status codes
...
Modify the documentation for $http to correspond to what Angular
considers a success status code.
Closes #1693
2013-01-03 20:47:55 +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
Murilo da Silva
4fe4e7457c
docs(anchorScroll): correct word "location"
2012-12-19 21:14:09 +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
Pawel Kozlowski
1104c7d75b
docs(ngView): fix code example (change template to templateUrl)
...
Closes #1715
2012-12-18 17:56:04 +01:00
Gonzalo Ruiz de Villa
4c6b4447db
fix($route): correctly extract $routeParams from urls
...
Routes like '/bar/foovalue/barvalue' matching '/bar/:foo/:bar'
now are well mapped in $routeParams to:
{bar:'barvalue', foo:'foovalue'}
Closes : #1501
Signed-off-by: Gonzalo Ruiz de Villa <gonzaloruizdevilla@gmail.com>
2012-12-14 01:16:07 +01: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
Peter Evjan
1157c5d341
docs(README.md): add missing 'you' and a comma
2012-12-11 19:33:28 +01: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
Juha Syrjälä
0a61dcb486
docs($resource): document port number escaping and fix typo
2012-12-09 17:49:42 +01:00
Eric Case
4b51eaadf8
docs(tutorial): typo fix commandx -> command
2012-12-08 11:39:56 +01:00
Eric Case
e2457ca16d
docs($q): typo fix - programing -> programming
2012-12-07 21:00:25 +01:00
János Rusiczki
bd62790080
doc(concepts): Fix typo in $render() function
2012-12-07 10:19:08 +00:00
Jeremy Tymes
53fdcafa44
docs($http): fix link typo in $http doc
...
Should be $httpBackend instead of $httpBacked
Closes #1516
2012-12-06 21:50:21 +01:00
Fred Sauer
af6f2483be
docs(mocks): update src/ngMock/angular-mocks.js documentation
...
Clarify how to use `$exceptionHandlerProvider.mode('log')` in tests
2012-12-06 21:50:21 +01:00
Fred Sauer
d8522aa349
docs(mocks): fix documentation bug: angular.mock.debug
2012-12-06 21:50:20 +01:00
Igor Minar
bae3121683
chore(bootstrap-prettify): update urls to code.angularjs.org
...
Closes #1599
2012-12-05 02:55:19 +01:00
_pants
54c0d464b0
fix(select): support optgroup + select[multiple] combo
...
Closes #1553
2012-12-05 02:21:31 +01:00
Sudhir Jonathan
cf89e8653c
fix($injector): provider can now be defined in the array format
...
`injector.instantiate` is now called for arrays too, instead of only for functions.
Closes #1452
2012-12-01 19:09:36 +01:00
Sudhir Jonathan
0c3500f532
fix($resource): HTTP method should be case-insensitive
...
Perform call `angular.uppercase` on all given action methods.
Closes #1403
2012-11-30 23:23:34 +01:00
Cezar Berea
c12f525df4
refactor($resource): fix indentation and move a method definition
...
Moved Resource.bind out of the actions forEach
2012-11-30 22:47:25 +01:00
Igor Minar
e7ba830691
fix(Scope): ensure that a scope is destroyed only once
...
Due to bd524fc4 calling $destroy() on a scope mupltiple times cases NPE.
Closes #1627
2012-11-30 13:09:50 +01: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
Igor Minar
644432a14c
chore(release): start 1.0.4 bewildering-hair iteration
2012-11-28 15:51:23 +01:00
Igor Minar
a03e370a09
chore(release): cut the 1.0.3 bouncy-thunder release
2012-11-27 01:44:46 +01:00
Igor Minar
23677d3ddb
docs(CHANGELOG): release notes for 1.0.3 and 1.1.1 releases
2012-11-27 01:44:46 +01:00
Rado Kirov
fc781560a3
fix($location): reset $location.$$replace with every watch call
...
Closes #1111
2012-11-26 23:24:39 +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
Igor Minar
6f18adedef
fix(ngClassOdd/ngClassEven): support shrinking/reordering in repeaters
...
We need to watch $index in addition to cssClasses because only then
we can correctly respond to shrinking or reordered repeaters.
Closes #1076
2012-11-26 21:33:45 +01:00