| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-10 | docs(faq): update customink order info | Igor Minar | |
| 2013-06-04 | docs(guide/unit-testing): fix typo | Jared Forsyth | |
| 2013-06-04 | docs(guide/injecting_controllers): add a hint in example | Jared Forsyth | |
| Add a hint to tell the user that they need to click 3 times before an alert is shown. | |||
| 2013-06-04 | docs(ngTransclude): fix outdated scope definition in example | Marcin Wosinek | |
| 2013-06-04 | docs(guide/unit-testing): fix controller test example | Pete Bacon Darwin | |
| 2013-06-04 | docs(Angular.js): clarify ngApp usage | Robbie Ferrero | |
| 2013-06-04 | docs(angular-mocks): fix typo in example | Robb Shecter | |
| fromJSON() should be fromJson() | |||
| 2013-06-04 | docs(sanitize): add @description section | Alan Klement | |
| 2013-06-04 | docs(index): make menu links relative | Siddique Hameed | |
| 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 | docs(ngClass): clarify the use of object map | Luc Morin | |
| 2013-06-04 | docs(guide/concepts): add comment as a type of directive | Ehsan Ghandhari | |
| 2013-06-04 | docs(guide/understanding_model): improve example consistency | Robb Shecter | |
| 2013-06-04 | docs(guide/compiler): fix some minor language errors | Manuel Kiessling | |
| 2013-06-04 | docs(guide/di): fix some small grammatical issues | Alex Young | |
| 2013-06-04 | docs(validate-commit-msg): fix incorrect comment | Jens Rantil | |
| If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it. | |||
| 2013-06-04 | docs(input): provide explanation of how ngModel will affect the local scope | Luc Morin | |
| 2013-06-04 | docs(guide): format snippets of code in plain text | Eduardo Garcia | |
| 2013-06-04 | docs(overview.ngdoc): clarify wording | adamshaylor | |
| 2013-05-23 | fix(jqLite): correctly monkey-patch core jQuery methods | Michał Gołębiowski | |
| 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-22 | docs(changelog): fix changelog formatting | Igor Minar | |
| 2013-05-22 | docs(changelog): add note about animation breaking change | Igor Minar | |
| 2013-05-22 | style(docs/template): add in missing semicolons | Eddie Monge | |
| 2013-05-22 | docs(guide/directive): clarify directive priority | Jens Rantil | |
| Fixes #2644. | |||
| 2013-05-22 | chore(release): start 1.1.8 bubble-burst iteration | Igor Minar | |
| 2013-05-22 | chore(release): cut the 1.0.7 monochromatic-rainbow releasev1.0.7 | Igor Minar | |
| 2013-05-22 | docs(CHANGELOG.md): release notes for 1.1.5 and 1.0.7 releases | Igor Minar | |
| 2013-05-21 | style(*): fix up semicolon and var usage | Anatoly Shikolay | |
| Conflicts: src/ng/animation.js src/ng/animator.js src/ng/http.js | |||
| 2013-05-21 | test(parse): Test for the parsing not invoking twice to get self | Lucas Galfasó | |
| New tests to not call twice a function to get self | |||
| 2013-05-21 | docs(changelog): fix the 1.0.6 header | Igor Minar | |
| 2013-05-21 | docs(Angular.js): add missing @returns to extend() | Joakim Blomskøld | |
| 2013-05-21 | docs(tutorial): fix the float issue with the improve docs button | Matias Niemelä | |
| 2013-05-21 | docs(ngScenario): provide examples for element(...).query(fn) | Ben Ripkens | |
| element(selector, label).query(fn) is a very useful function, yet barely explained. The developer guide should show how this function can be used to conditionally execute behavior and assertions. | |||
| 2013-05-21 | doc($compile): clarify compile function return value | Jens Rantil | |
| If a compile function (within a directive) returns a function, it is a post-link function. Closes: #2713 | |||
| 2013-05-21 | docs(guide/type): remove empty "Type" page in guide | Jens Rantil | |
| Closes #1316 | |||
| 2013-05-21 | chore(version.js): remove unused/obsolete script | Igor Minar | |
| 2013-05-20 | chore(package.json): kill version.yaml in favor of package.json | Igor Minar | |
| all versioning info is now in package.json and that's where the build scripts read it from | |||
| 2013-05-20 | chore(package.json): use `devDependencies` instead of `dependencies` | Dan Kohn | |
| 2013-05-20 | docs(filters): fix minor typographical error | Daniel Tse | |
| Fix a typographical error "it's" -> "its" in the dateFilter documentation | |||
| 2013-05-20 | doc(guide/compiler): fix grammatical error | David Holmes | |
| "The compilation process happens into two phases." should be "The compilation process happens in two phases." | |||
| 2013-05-20 | doc(filter): remove invalid character | Misha Moroshko | |
| 2013-05-18 | docs(guide::testing): fix link to angular-seed | Pete Bacon Darwin | |
| 2013-05-18 | docs(ngMock::$log): improve the `$log.*.logs` descriptions | Chris M | |
| 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 | doc(ngModel): $setViewValue calls all parsers, not formatters | Joakim Blomskøld | |
| 2013-05-18 | docs(guide): add API documentation for ngScenario matchers | Ben Ripkens | |
| Matchers are briefly mentioned in the e2e test guide, but there is no documentation for the available matchers. | |||
| 2013-05-18 | docs(tutorial): update test config file name | Andrew Vida | |
| 2013-05-17 | doc(guide:$location): fix example for two way databinding. | Jeremy Wilken | |
| When you are watching the $location.path(), it has to be wrapped in a function since it is not attached to the scope and if you pass a string to $scope.$watch it is evaluated against the $scope. | |||
| 2013-05-16 | doc(guide): add links to angular-seed examples | Matt Haggard | |
| The examples in the angular-seed project are better than nothing, which is what we currently have here! | |||
| 2013-05-16 | docs(ngCsp): add more informative details | Dean Sofer | |
| Transferred from https://github.com/angular/angular.js/wiki/Using-AngularJS-in-a-Chrome-Extension-environment | |||
| 2013-05-15 | docs(guide:understanding_controllers): remove outdated info | jamesBrennan | |
| Remove the outdated info in this document related to this API change https://github.com/angular/angular.js/blob/master/src/ng/rootScope.js#L166 | |||
| 2013-05-14 | docs($timeout): minor cleanup | Siddique Hameed | |
| 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 | |||
