Richard Littauer
ec1f4a8c9b
test(ngClass): add missing assertions
2014-05-21 13:58:11 -07:00
Tim van den Eijnden
c94190139d
docs(tutorial): fix controller unit tests to match phonecat / avoid ReferenceError
...
fix 'ReferenceError: PhoneDetailCtrl is not defined' & 'ReferenceError: PhoneListCtrl is not defined' in Karma unit tests
Closes #7421
2014-05-21 16:38:40 -04:00
Adam Bradley
4896a0b4d4
docs(css): remove Firefox select element drop-down icon
...
In firefox the version picker's dropdown icon from the default `select` element
is still showing. This CSS forces FF to hide the ugly default.
Closes #6878
2014-05-21 21:34:27 +01:00
kalvn
32bd990eda
docs(tutorial): corrected version of jquery installed via bower (step 12)
...
Corrected the version of jquery in the text content.
2014-05-21 16:31:30 -04:00
James Vanneman
23723298f9
docs($filter): add runnable example
...
Closes #6871
2014-05-21 21:26:38 +01:00
ABitTooCalm
edab80cddb
docs(ngStyle): clarify using styles that are not valid property names
...
Closes #6838
2014-05-21 21:07:54 +01:00
Andrew Mortimer
f4bb006e45
docs(guide/controller): fix typo
2014-05-21 12:32:57 -07:00
Kristof Mattei
cf3f709889
docs(shallowCopy): fixed typo
...
Closes #7456
2014-05-21 11:43:02 -07:00
Tobias Bosch
e9ecd56dca
docs(ngModelController): use $sce and $sanitize in the contenteditable example.
...
Closes #7464
2014-05-21 11:39:35 -07:00
Tobias Bosch
f107ef8bd8
docs(): mention implicit usage of
2014-05-21 11:39:25 -07:00
markau
e7eab501db
docs(guide/concepts): The service is finance2.js
...
Closes #7470
2014-05-21 10:58:29 -07:00
Tobias Bosch
97fc47f39e
docs(guide/concepts): clarify definitions
2014-05-21 10:58:17 -07:00
Sergei Z
6d1c67727a
feat(ngMock): add support of mocha tdd interface
...
Closes #7489
2014-05-21 10:56:21 -07:00
Erich
8ba78f08b9
docs(guide/concepts): clarify definitions
...
Closes #7483
2014-05-21 10:56:12 -07:00
Sam Dornan
02a3c31c23
docs(guide/services): fix link to minify Wikipedia page
...
Closes #7488
2014-05-21 10:55:55 -07:00
Yaron Uliel
d4c3d5caaf
docs(ngRepeat): fix formatting
2014-05-21 10:28:47 -07:00
Takashi Nakagawa
279f98c4e3
docs(ngModelController): fix indentation code block
...
Closes #6660
2014-05-21 17:09:13 +01:00
Caitlin Potter
5e548edf67
docs(guide/$location): clarify "$watchers" / "$observers" terminology with links
...
Add links to API docs for Scope#$watch and Attributes#$observe in $location in order to clarify
the meaning of that terminology.
Closes #7497
2014-05-21 12:00:16 -04:00
Firexion
acaf9be685
docs(tutorial): add <span> to index.html to match phonecat step4
...
Add missing <span> to app/index.html to match actual code on github
☆.。.:*・゜☆ Merci beaucoup! ☆.。.:*・゜☆
2014-05-21 11:29:30 -04:00
GSC Leticia
bdd75c97ad
docs(tutorial): add instructions for running node in Debian-based distributions
...
Specifying command for Debian based distributions, like Ubuntu, Mint, etc.
☆.。.:*・゜☆ Fantastique! ☆.。.:*・゜☆
2014-05-21 11:22:47 -04:00
Peter Bacon Darwin
a3f1cba8ec
docs(guide/expression): mention the ternary operator
...
Closes #6498
2014-05-21 14:47:46 +01:00
Peter Bacon Darwin
4195b04072
docs($compile): remove reference to ngRepeat providing compile function
...
ngRepeat no longer has the compile function in its directive definition
object, since it retrieves its transclusion via the link function.
Closes 5638
2014-05-21 14:31:41 +01:00
Peter Bacon Darwin
ccc8ec869b
docs(tutorial/step-5): update image to match code
...
Closes #2753
2014-05-21 13:58:48 +01:00
Eli Dalbey
6d8abaedd8
docs(guide/concepts-module-service.png): Typo in image
...
The ng-app was called ng=app in diagram image.
Closes #6473
Closes #7528
2014-05-21 12:51:26 +01:00
Wes Alvaro
fd49d6634c
docs(ngRoute): $routeParams is Object.<string, string>
...
Closes #7386
2014-05-21 12:49:04 +01:00
Ralph Giles
cecd5214df
docs(*): fix its vs it's typos.
...
Only use the apostrophe if you can expand "it's" to "it is" and
still have a grammatical phrase.
2014-05-20 17:51:32 -04:00
Gaëtan PRIOUR
c5e39c688b
docs(tutorial): fixed path to controllersSpec.js file
...
☆.。.:*・゜☆ DOMO ARIGATO MR ROBOTO ☆.。.:*・゜☆
2014-05-20 12:19:33 -04:00
Igor Minar
240608447a
revert: fix($compile): pass transcludeFn down to nested transclude directives
...
This reverts commit 113850602d .
This change introduced regressions for several scenarios.
reduction: http://jsfiddle.net/5242N/4/
2014-05-19 15:01:19 -07:00
Slava Fomin
bcb53deda8
docs(NgAnimate): update the list of supported animations
...
Closes #7502
2014-05-19 14:24:26 -04:00
Igor Minar
9d4fa33e35
perf($interpolate): optimize value stringification
...
previously we stringified numbers via toJson which was expensive, I optimized
the code so that toJson is invoked only if really necessary
Closes #7501
2014-05-19 06:35:28 -07:00
Diego Plentz
de1461da78
docs(guide/$location) remove duplicate 'Crawling your app' section
...
The "Crawling your app" section was duplicated.
I just removed the duplication and moved the section to the 'Caveats' section.
Closes #7244
2014-05-19 14:07:36 +01:00
Kebabpizza
2866daf7d6
docs(tutorial): fix link to bower in step 12
...
Muchas gracias! \o/
2014-05-18 20:48:40 -04:00
Brian Ford
b3de37e418
test($compile): use trim helper
2014-05-16 18:19:16 -07:00
Shahar Talmi
a4cc9e1944
fix(ngClass): handle index changes when an item is unshifted
...
Closes #7256
2014-05-16 14:10:38 -07:00
M Alix
f8a1c56cad
chore($compile): make webstorm's regexp parser happy
...
Minor change puts \- at end of character pattern
In CLASS_DIRECTIVE_REGEXP and COMMENT_DIRECTIVE_REGEXP, putting the \- character at
the end of the character patter speeds up many IDE parsers and alleviates some
errors in certain IDE's. (WebStorm 8)
Functionally absolutely equivalent. No test change needed.
Closes #7093
2014-05-16 13:12:39 -07:00
Vojta Jina
113850602d
fix($compile): pass transcludeFn down to nested transclude directives
...
If you have two directives that both expect to receive transcluded content
the outer directive works but the inner directive never receives a
transclusion function. This only failed if the first transclude directive
was not the first directive found in compilation.
Fixes #7240
Closes #7387
2014-05-16 13:08:17 -07:00
Jonathan Gotti
e76105a320
docs(guide/directives): improve links to isolate scope docs
...
Link "isolate scope" to "Directive Definition object" section
Closes #7484
2014-05-16 11:23:35 -07:00
Zachary Babtkis
14e9be202a
docs(guide/css-styling): tiny grammar fix
...
Closes #5443
2014-05-16 14:52:31 +01:00
Peter Bacon Darwin
dd5215eceb
docs(search): fix search submit functionality
...
When the search input box was submitted (i.e. by pressing enter) the
app was supposed to take you to the first item but this was not happening.
It turns out the app was just reading the wrong property for the path to
the item.
Closes #3078
2014-05-16 14:33:37 +01:00
Peter Bacon Darwin
497ba08775
docs(search): set minimum length to 2
...
With the minimum search length set to 3, it was not possible to search for `$q`.
Changing this to 2 fixes that without really upsetting the search display, since we
only display the first 40 API and 14 non-API items anyway.
Closes #3078
2014-05-16 14:25:42 +01:00
nderoche
eaaf4967f9
docs(ngController): clarify that this is $scope in example
...
Replace `this` with `$scope` in second example to highlight the fact that
we are working with the `$scope` instead of an instance of the controller
in this example.
Closes #6478
2014-05-16 13:16:43 +01:00
Narretz
f440ac7492
chore(docs): fix layout between 769px and 991px
...
Left nav and main content were tucked slightly under the version picker / breadcrumb navbar
Closes #6474
Closes #7079
2014-05-16 13:09:53 +01:00
linclark
d566c4bc61
docs($resource): clarify paramDefaults usage
2014-05-16 12:44:57 +01:00
Peter Bacon Darwin
766b962eac
docs(guide/services): add reference to ngmin tool
...
Closes #5908
2014-05-16 12:34:51 +01:00
Lucas Galfaso
0388eed7e5
fix(numberFilter): fix rounding error edge case
...
Fix a number rounding error.
Closes #7453
Closes #7478
2014-05-15 21:19:43 +01:00
Christopher Rose
82448b86b5
docs(guide/di): fix typos
...
Closes #7480
2014-05-15 21:11:54 +01:00
Rich Snapp
fafcd6285a
fix(jqLite): use jQuery only if jQuery.fn.on present
...
Make Angular not bind to jQuery versions older than 1.7 since older
versions of jQuery do not support necessary on()/off() methods.
2014-05-12 15:15:21 +02:00
Shahar Talmi
5319621afd
fix($compile): set $isolateScope correctly for sync template directives
...
All isolated scope directives that do not have `templateUrl` were marked
as `$isolateScopeNoTemplate` even if they did have a `template` attribute.
This caused `jqLite#scope()` to return the wrong value for child elements
within the directive's template.
Closes #6942
2014-05-09 14:46:59 +01:00
Caitlin Potter
32aa491588
fix(ngSwitch): properly support case labels with different numbers of transclude fns
...
Due to a regression introduced several releases ago, the ability for multiple transclude functions
to work correctly changed, as they would break if different case labels had different numbers of
transclude functions.
This CL corrects this by not assuming that previous elements and scope count have the same length.
Fixes 7372
Closes 7373
2014-05-08 17:09:38 -04:00
Thomas Tuts
31bdb60f0a
docs(directive): fix misspelled HTML class for an alert
...
Muchas gracias
2014-05-07 08:00:19 -04:00