aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-11-20docs(tutorial/step-2): correct the link to jasmine docsAshutosh Das
Closes #5029
2013-11-20docs(ngRepeat): fix typoStéphane Reynaud
Replace "ian" in "in" Closes #5027
2013-11-20docs(ngPluralize): Fix missing space before parenthesesStéphane Reynaud
There should be a space between "braces" and "(`{}`)" Closes #5026
2013-11-20docs(guide/directive): use `hideDialog` handler in exampleMaksim
The handler is in the controller but was not being used in the template. Closes #5020
2013-11-20docs(guide/ie): fix typogipsy86147
Closes #5006
2013-11-20docs(guide/providers): remove extra closing parenthesis in exampleDave Gaeddert
Closes #5005
2013-11-20docs(guide/migration): fix typoTyler Eich
Closes #5002
2013-11-20docs(guide/compiler): fix typo in isolate scope defYves Richard
Closes #4999
2013-11-20docs(api): example for $provide.value() uses $provide.value()jbnizet
The example code for `$provide.value()` actually used `$provide.constant()`. It now uses `$provide.value()`. Closes #4983 Closes #4990
2013-11-20docs(ngRoute): make it easier to find the examplePete Bacon Darwin
Closes #4975
2013-11-20docs(tutorial): minimum node.js version is 0.10 (Windows too)Stéphane Reynaud
The doc has been modified by the following commit: bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3 But the change was not made ​​for the part of Windows. Closes #4967
2013-11-20docs(guide/migration): fix typoJayson Harshbarger
Closes #4965
2013-11-19docs($animate): update the docs explaining enable/disable for specific elementsMatias Niemelä
2013-11-18chore(travis): increase disconnect timeoutVojta Jina
I still see some disconnection issues with IE9, hopefully this will help a bit.
2013-11-18docs(ngApp): improve description and examplePete Bacon Darwin
2013-11-18docs(guide/directive): clarify code example for isolated scopes bindingsJens Berthold
Use different names for the attribute on the element (`info`) and the property (`customerInfo`) on the isolate scope. Before `customer` was used for both which made it harder to understand. Closes #4825
2013-11-18docs(guide/directive): add note about HTML case-insensitivityPete Bacon Darwin
Closes #4719
2013-11-18docs(tutorial/step-4): controllers are no longer global functionsChance
The docs did not line up with the codebase / previous steps of the tutorial. Closes #4988
2013-11-18docs(guide/i18n): fix link to i18n files in the projectPete Bacon Darwin
Closes #4998
2013-11-15chore(*): remove accidentally created fileChristoph Burgdorf
Closes #4963
2013-11-15chore(release): start a new release iterationVojta Jina
2013-11-14chore(release): cut the 1.2.1 underscore-empathy releasev1.2.1Vojta Jina
2013-11-14docs: fix the "show source" buttonVojta Jina
Closes #4904
2013-11-14docs(ngResource): removed buzz client exampleJeff Cross
The Buzz Client example on the ngResource doc was causing parse errors. While the root cause is being investigated, the example has been removed, and should be replaced by a more relevant example anyhow.
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
Additional API (backwards compatible) - Injects `$transclude` (see directive controllers) as 5th argument to directive link functions. - `$transclude` takes an optional scope as first parameter that overrides the bound scope. Deprecations: - `transclude` parameter of directive compile functions (use the new parameter for link functions instead). Refactorings: - Don't use comment node to temporarily store controllers - `ngIf`, `ngRepeat`, ... now all use `$transclude` Closes #4935.
2013-11-14refactor($compile): move function def out of loopTobias Bosch
2013-11-14fix(loader): don't rely on internal APIsVojta Jina
This significantly increases the size of the loader: - minified: 1031bytes -> 1509bytes (+46%) - minified + gzip: 593bytes -> 810bytes (+36%) I'm not entirely sold on the idea of shipping minErr with the loade. With the current state, the angular-loader behavior is completely broken - this is just a quick fix, we can revisit this change in the future. Closes #4437 Closes #4874
2013-11-14fix(minErr): remove references to internals APIsVojta Jina
So that we can use minErr with angular-loader, before full angular is loaded. This also fixes replacing the version during the build.
2013-11-14chore(mocks): Remove reference to flushNextJames deBoer
Closes #4885
2013-11-14docs(tutorial): change controllers to not have name twicevictorbjelkholm
While giving the controller function a name helps with debugging, since otherwise your controller will be anonymous in stack traces, passing the name to both the `controller()` method and as the function name is confusing for beginners. Closes #4415
2013-11-14docs(ngClass): fix e2e test for examplePete Bacon Darwin
Broken by fd7bca22e16b0ecbe1feaf49bab39d9a44b8df01
2013-11-14docs(NgModelController): document `$viewChangeListeners` propertyCaitlin Potter
Closes #4948
2013-11-14docs(FormController): remove unnecessary parenthesisStéphane Reynaud
Closes #4936
2013-11-14docs(misc/faq): fix invalid escaping of characterandre
Backslash is acting as escape character so text is not properly formatted. Closes #4923
2013-11-14docs(guide/concepts): controllers can also access scopesmarigowda
Closes #4918
2013-11-14docs(ngClass): distinguish between CSS classes and scope propertiesPete Bacon Darwin
Closes #4914
2013-11-14docs(NgModelController): clarify documentation of `$setViewValue`Mathis Hofer
$setViewValue does not really "Read a value from view". It should be called to trigger the ngModel to be updated when the value in the view changes. Closes #4907
2013-11-14docs(guide/concepts): improve sentence wordingPhillip Alexander
Before: > Let's add some more logic to the example to allow to enter and calculate the costs in different currencies and also pay the invoice. After: > Let's add some more logic to the example that allows us to enter and calculate the costs in different currencies and also pay the invoice. Closes #4903
2013-11-14docs($q): add missing closing parentheses in code examplersnapp
Closes #4900
2013-11-14docs(tutorial/step-2): remove repeated "the"Mauro Carrero
Closes #4854
2013-11-14docs(guide/directive): split long linesPete Bacon Darwin
2013-11-14docs(guide/directive): clarify sentence meaningxdhmoore
Closes #4873
2013-11-14docs(resource): fix grammatical issuemkolodny
'Case' should be the plural 'cases' since it is talking about multiple possible cases rather than a single case. For slightly more info, see the section 'When words like "none" are the subject' in this article: http://writing.wisc.edu/Handbook/SubjectVerb.html
2013-11-14docs(tutorial/step-12): fix incorrect code filenamePeter Kosa
Closes #4860
2013-11-14docs(misc/contribute): fix internal linksgdi2290
Closes #4848
2013-11-14docs(downloading): fix invalid filenames and add missing modulesPatrickJS
Closes #4846
2013-11-14docs(ngBindHtml): fix dependency for Plunker and JSFiddle in examplePete Bacon Darwin
The `<doc:example>` directive does not load up the dependencies correctly. Using the `<example>` directive, with `<file>` elements fixes this. Closes #4951
2013-11-13feat($parse): revert hiding "private" propertiesVojta Jina
Hiding `_*` properties was a feature primarily for developers using Closure compiler and Google JS style. We didn't realize how many people will be affected by this change. We might introduce this feature in the future, probably under a config option, but it needs more research and so I'm reverting the change for now. This reverts commit 3d6a89e8888b14ae5cb5640464e12b7811853c7e. Closes #4926 Closes #4842 Closes #4865 Closes #4859 Closes #4849 Conflicts: src/ng/parse.js
2013-11-13fix(urlUtils): made removal of windows drive from path saferJeff Cross
Prior to this fix, the urlResolve method would automatically strip the first segment of a path if the segment ends in a colon. This was to correct undesired behavior in the $location service using the file protocol on windows in multiple browsers (see #4680). However, there could be cases where users intentionally have first path segments that end in a colon (although this conflicts with section 3.3 of rfc3986). The solution to this problem is an extra check to make sure the first path segment of the input url does not end with a colon, to make sure we're only removing undesired path segments. Fixes #4939
2013-11-13docs(tutorial): minimum required node.js version is 0.10Pete Bacon Darwin