Mikk Kirstein
3b898664ee
fix(ngValue): made ngValue to write value attribute to element
2013-07-11 14:59:38 -07:00
Paulo Scardine
a4ec297925
fix(scope): watches can be safely unregistered inside watch handlers
...
Closes #2915
2013-07-11 22:07:15 +01:00
Igor Minar
8c08b4373c
docs(ngList): fix example and add e2e test
2013-07-11 09:23:18 -07:00
Igor Minar
0b38882a91
style(input): remove ws
2013-07-11 09:23:18 -07:00
Mark Striemer
8a63dc3151
docs(ngMock): correct verifyNoOutstandingExpectation example
2013-07-10 20:32:53 +02:00
Marco Vito Moscaritolo
403008816c
docs(angular.identity): fix missing 'angular' in identity function
2013-07-09 14:32:59 +01:00
Pete Bacon Darwin
62d552ffe2
docs(ngModelController): provide a more intuitive example
...
The example directive, using contenteditable was not showing required
even if you cleared the content from it.
Closes #3156
2013-07-08 14:53:15 +01:00
Pete Bacon Darwin
bcaa4217bc
docs(numberFilter): fix explanation of default fraction size
...
The default fraction size for the number filter is actually computed
from the `NUMBER_FORMATS.PATTERNS.maxFrac` value in the current locale.
Closes #3157
2013-07-08 11:23:37 +01:00
basarat
87bb554aec
docs(input): ng-model doesn't work well with isolated scope directive
...
Closes #3123
2013-07-04 00:35:52 +01:00
Anders Hessellund Jensen
3b2c6f09cb
fix($compile): empty normalized href should pass sanitation check
...
Sometimes IE returns an empty string for its normalized href on a tags.
This should pass the sanitation check in $compile.
Closes #2219 , #2593
2013-07-04 00:13:04 +01:00
Joao Sa
63414b9653
fix(jqLite): prepend array in correct order
...
Match jQuery behavior when prepending array into empty element
2013-07-03 20:25:28 +01:00
Itamar Rogel
3cad63fbd8
docs($cacheFactory): show that you can access existing caches
2013-07-01 12:03:10 +01:00
Spencer Applegate
d2be5939dc
docs(Angular.js): explain that toJson strips $... properties
...
In Angular.toJson, any properties with a leading '$' character will be
stripped from the resulting string since angular uses this notation
internally for services. There have been complaints of not knowing
about this functionality until it breaks within their code.
2013-07-01 11:36:17 +01:00
Andrew Peterson
083159ebbe
docs(ngBind): clarify some of the writing
2013-06-27 21:20:56 +01:00
Andrew Peterson
32e440cffc
docs(ngPluralize): improve wording
2013-06-27 21:15:33 +01:00
Pete Bacon Darwin
296074f548
docs(ngMock/$httpBackend): fix testing example
...
Closes #3075
2013-06-27 20:38:15 +01:00
Pete Bacon Darwin
ff57695855
refactor(angular.bootstrap): rename internal function
2013-06-20 15:23:04 +01:00
Pete Bacon Darwin
b9dcb35e9b
fix(Angular.js): don't crash on invalid query parameters
2013-06-20 14:32:05 +01:00
Caio Cunha
25d9f5a804
fix($http): ensure case-insens. header overriding
...
If user send content-type header, both content-type and default
Content-Type headers were sent. Now default header overriding is
case-insensitive.
2013-06-19 22:43:19 +01:00
Ore Landau
499baced12
docs(loader): fix typo and minor semantic error
2013-06-18 21:23:00 +01:00
Misha Moroshko
9b6c82d804
docs(select): fix typos in ngOptions
2013-06-13 22:48:03 +01:00
Ore Landau
c3117b7544
docs($q): fix a few issues
2013-06-13 22:42:26 +01:00
Dean Sofer
488aea15f4
docs(FormController): add methods for FormController
2013-06-12 21:49:52 +01:00
Dean Peterson
43df853ee3
docs(ngModelController): improve $parsers/$formatters with example
2013-06-12 21:23:16 +01:00
Ore Landau
28d5dcb578
docs(ngClass): fix minor typo.
2013-06-12 20:47:59 +01:00
Pete Bacon Darwin
1fac36e2cb
docs(ngRoute): clarify when gets updated
2013-06-11 22:35:47 +01:00
Pete Bacon Darwin
4b6c87b6e7
docs(ngSubmit): clarify that there must be no action attribute
2013-06-11 21:30:10 +01:00
Igor Minar
ce6c2b2072
chore(docs): fix memory leak in example embed code
...
we need to sever the link between the main root scope and the example
root scope - this is only needed because we are embedding one app
in the other.
2013-06-10 13:10:38 -07:00
Marcin Wosinek
9870e65c5f
docs(ngTransclude): fix outdated scope definition in example
2013-06-04 22:14:15 +01:00
Robbie Ferrero
fdb66aa237
docs(Angular.js): clarify ngApp usage
2013-06-04 22:01:26 +01:00
Robb Shecter
e0ca5fdd51
docs(angular-mocks): fix typo in example
...
fromJSON() should be fromJson()
2013-06-04 21:54:05 +01:00
Alan Klement
681c1c53e4
docs(sanitize): add @description section
2013-06-04 21:50:38 +01:00
Luc Morin
944bda12c7
docs(ngClass): clarify the use of object map
2013-06-04 21:01:43 +01:00
Luc Morin
bc76e7255b
docs(input): provide explanation of how ngModel will affect the local scope
2013-06-04 20:16:37 +01:00
Michał Gołębiowski
815053e403
fix(jqLite): correctly monkey-patch core jQuery methods
...
When real jQuery is present, Angular monkey patch it to fire `$destroy` event.
This commit fixes two issues in the jQuery patch:
- passing a selector to the $.fn.remove method (only fire `$destroy` on the matched elements)
- using `$.fn.html` without parameters as a getter (do not fire `$destroy`)
2013-05-23 11:45:57 -07:00
Anatoly Shikolay
ae33e11694
style(*): fix up semicolon and var usage
...
Conflicts:
src/ng/animation.js
src/ng/animator.js
src/ng/http.js
2013-05-21 14:41:22 -07:00
Joakim Blomskøld
84fe86c7fd
docs(Angular.js): add missing @returns to extend()
2013-05-21 21:39:53 +01:00
Daniel Tse
1cfe281a76
docs(filters): fix minor typographical error
...
Fix a typographical error "it's" -> "its" in the dateFilter
documentation
2013-05-20 15:37:14 +01:00
Misha Moroshko
0135564ad9
doc(filter): remove invalid character
2013-05-20 10:21:28 +01:00
Chris M
84daf33c03
docs(ngMock::$log): improve the $log.*.logs descriptions
...
Because ngDoc generation only takes the last segment of a property name,
each $log.[error|warn|log...].logs property has the same name and is
confusing in the docs.
This commit helps this by adding a link to the $log.* method and also an
appropriate usage example.
2013-05-18 22:14:20 +01:00
Joakim Blomskøld
86cbdb893a
doc(ngModel): $setViewValue calls all parsers, not formatters
2013-05-18 21:18:15 +01:00
Dean Sofer
9a73d71f47
docs(ngCsp): add more informative details
...
Transferred from https://github.com/angular/angular.js/wiki/Using-AngularJS-in-a-Chrome-Extension-environment
2013-05-16 21:28:05 +01:00
Siddique Hameed
a993112098
docs($timeout): minor cleanup
...
Added a comma separator in the statement
Removed the word the from the statement
Used whose instead of who's in the following statement
Italicized false in the statement
Used a comma separator in the statement
2013-05-14 21:22:04 +01:00
Chirayu Krishnappa
9145d5ec3e
fix($browser): should use first value for a cookie.
...
With this change, $browser.cookies()["foo"] will behave like
docCookies.getItem("foo") where docCookies is defined at
https://developer.mozilla.org/en-US/docs/DOM/document.cookie
This fixes the issue where, if there's a value for the XSRF-TOKEN cookie
value with the path /, then that value is used for all applications in
the domain even if they set path specific values for XSRF-TOKEN.
Closes #2635
2013-05-11 09:28:14 -07:00
willtj
efc863844c
docs($scope): clarify documentation for $broadcast
2013-05-10 21:24:38 +01:00
Lucas Galfasó
42ce8f7f55
fix(ngPluralize): handle the empty string as a valid override
...
Fix the check for overrides so it is able to handle the empty string
Closes #2575
2013-05-10 20:04:59 +01:00
Pete Bacon Darwin
ed4a70e765
docs(Angular.js): move forEach docs to correct position
2013-05-09 22:15:22 +01:00
Igor Minar
8f8510fc22
style($compile): clarify argument name
2013-05-09 05:23:39 -07:00
Pete Bacon Darwin
1e99ea6a51
docs($window): fix example
2013-05-09 13:02:30 +01:00
R. Merkert
016e1e675e
fix(angular): do not copy $$hashKey in copy/extend functions.
...
Copying the $$hashKey as part of copy/extend operations makes little
sense since hashkey is used primarily as an object id, especially in
the context of the ngRepeat directive. This change maintains the
existing $$hashKey of an object that is being copied into (likewise for
extend).
It is not uncommon to take an item in a collection, copy it,
and then append it to the collection. By copying the $$hashKey, this
leads to duplicate object errors with the current ngRepeat.
Closes #1875
2013-05-08 13:04:08 +01:00