Andrew Peterson
32e440cffc
docs(ngPluralize): improve wording
2013-06-27 21:15:33 +01:00
Adam
89c8c93b9a
docs(guide/e2e-testing): clarify description of input(name) selector
...
The description of the input selector made it seem that you were selecting
an input element based upon it's name attribute. In reality, you are
selecting an element by the string in the ng-model attribute.
2013-06-27 20:46:09 +01:00
Pete Bacon Darwin
296074f548
docs(ngMock/$httpBackend): fix testing example
...
Closes #3075
2013-06-27 20:38:15 +01:00
Nelson Blaha
2ccfaffa74
docs(tutorial): add experiment showing reverse sort
2013-06-27 19:36:46 +01:00
Jeffrey Palmer
192672a162
docs(guide/controller): fix an error in the scope inheritance example
...
The chained scope creation example at the bottom of this document was using the childCtrl to create the babyScope, instead of the childScope.
2013-06-25 23:54:33 +01:00
Domenic Denicola
7f4e658d3d
docs(guide/expression): remove reference to NullPointerException
2013-06-25 21:13:56 +01:00
Pete Bacon Darwin
ff57695855
refactor(angular.bootstrap): rename internal function
2013-06-20 15:23:04 +01:00
NimaVaziri
ae8deb1246
docs(cookbook/helloworld): display "World" if no name is entered
2013-06-20 14:40:07 +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
sarkasm
1b234cb7af
docs(directive): fix typo
2013-06-19 11:51:18 +01:00
gdi2290
d219442945
docs(tutorial): add missing 'node' command and <code> tags
2013-06-18 22:05:43 +01:00
John Bohn
2b33be47cb
docs(tutorial/step_07): add commas make tutorial read more clearly
2013-06-18 21:57:21 +01:00
Ore Landau
499baced12
docs(loader): fix typo and minor semantic error
2013-06-18 21:23:00 +01:00
Ore Landau
7aa9fecab8
docs(guide/di): fix headings hierarchy
2013-06-13 22:51:11 +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
Jad Naous
67744384e8
docs(guide/e2e-testing): fix verb tense
2013-06-13 22:37:33 +01:00
Ore Landau
17c401d09a
docs(tutorial/step_05): apply more useful link to services
2013-06-13 21:15:32 +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
7eb15c46a2
docs(guide/bootstrap): clarify manual bootstrapping
2013-06-12 20:42:12 +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
Igor Minar
3e94a2c54d
docs(faq): update customink order info
2013-06-10 11:39:26 -07:00
Jared Forsyth
b1e488f5d7
docs(guide/unit-testing): fix typo
2013-06-04 22:28:58 +01:00
Jared Forsyth
03d867160f
docs(guide/injecting_controllers): add a hint in example
...
Add a hint to tell the user that they need to click 3 times before an alert is shown.
2013-06-04 22:25:38 +01:00
Marcin Wosinek
9870e65c5f
docs(ngTransclude): fix outdated scope definition in example
2013-06-04 22:14:15 +01:00
Pete Bacon Darwin
aa839b9ff0
docs(guide/unit-testing): fix controller test example
2013-06-04 22:10:27 +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
Siddique Hameed
631c4863d8
docs(index): make menu links relative
...
Before the Develop drop down menu items were hard coded with an absolute url,
which meant that they did not work correctly on local or ci server builds.
2013-06-04 21:08:56 +01:00
Luc Morin
944bda12c7
docs(ngClass): clarify the use of object map
2013-06-04 21:01:43 +01:00
Ehsan Ghandhari
bc36c4dea4
docs(guide/concepts): add comment as a type of directive
2013-06-04 20:54:03 +01:00
Robb Shecter
722766958b
docs(guide/understanding_model): improve example consistency
2013-06-04 20:50:35 +01:00
Manuel Kiessling
73fd3ca2eb
docs(guide/compiler): fix some minor language errors
2013-06-04 20:38:27 +01:00
Alex Young
efe8ad51ed
docs(guide/di): fix some small grammatical issues
2013-06-04 20:31:06 +01:00
Jens Rantil
d5b62465f0
docs(validate-commit-msg): fix incorrect comment
...
If you `cd` into the repo, `validate-commit-msg.js` will be in the root
of it.
2013-06-04 20:24:27 +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
Eduardo Garcia
8dd23ad2f2
docs(guide): format snippets of code in plain text
2013-06-04 20:07:09 +01:00
adamshaylor
bce75d7c68
docs(overview.ngdoc): clarify wording
2013-06-04 20:02:18 +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
Igor Minar
6173abe20b
docs(changelog): fix changelog formatting
2013-05-22 21:48:37 -07:00
Igor Minar
6fcf0afa35
docs(changelog): add note about animation breaking change
2013-05-22 21:48:37 -07:00
Eddie Monge
05521e276f
style(docs/template): add in missing semicolons
2013-05-22 22:56:51 +01:00
Jens Rantil
38ffbbd7dd
docs(guide/directive): clarify directive priority
...
Fixes #2644 .
2013-05-22 21:10:03 +01:00
Igor Minar
47e1878e4c
chore(release): start 1.1.8 bubble-burst iteration
2013-05-22 01:14:09 -07:00