| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-21 | docs(guide): minor grammatical change | Paulo Ávila | |
| 2013-04-19 | chore(ngDoc): fix a typo with IE warning | Pete Bacon Darwin | |
| 2013-04-19 | docs(concepts): fix spelling error | Merrick Christensen | |
| 2013-04-19 | docs(overview): correct the input validation example | Jared Beck | |
| The documentation says that the input should be red if you enter invalid values or leave it blank. Because the type="integer" is not supported this does not happen in practice. This fix changes the input type to number and adds an ng-pattern to ensure that the number is an integer. | |||
| 2013-04-19 | docs(input): fix typo on max attribute | leesei | |
| 2013-04-19 | docs(select): fix attribute documentation | Shyam Seshadri | |
| Select documentation was still referring to binding to name, when it should be ng-model instead. Fixed it. | |||
| 2013-04-19 | docs(ngBind): fix typo | Michal Reichert | |
| 2013-04-17 | fix(i18n): escape all chars above \u007f in locale files | Pete Bacon Darwin | |
| Modify the script that writes the locales so all characters above \u007f are escaped Includes the updated locale files after running the closureI18nExtractor. Closes #2417 | |||
| 2013-04-17 | fix(ngModel): use paste/cut events in IE to support context menu | Mark Dalgleish | |
| In IE the model is not updated when the input value is modified using the context menu, e.g. pasting from the clipboard, or cutting all or part of the current value. To capture these changes, we bind to the proprietary 'paste' and 'cut' events. Closes #1462 | |||
| 2013-04-17 | doc(ngClassEven): make consistent with ngClassOdd | es128 | |
| 2013-04-17 | docs(directive guide) typo in compile/link section | @fbiville | |
| The code snippet shows `{{action.description}}`, the explanation referred to it as `{{action.descriptions}}`. | |||
| 2013-04-17 | docs(injector): fix typo in inlining example | @fbiville | |
| The actual invoke call in the documentation was referring to the non-existent tempFn instead of tmpFn | |||
| 2013-04-16 | docs(guide.unit-testing): fix typo | Timothy Ahong | |
| 2013-04-16 | docs($q): fix incorrect @returns tag for $q.when() | Francesc Rosàs | |
| 2013-04-16 | fix(ngClass): should remove classes when object is the same but property has ↵ | Pete Bacon Darwin | |
| changed If you wire up ngClass directly to an object on the scope, e.g. ng-class="myClasses", where scope.myClasses = { 'classA': true, 'classB': false }, there was a bug that changing scope.myClasses.classA = false, was not being picked up and classA was not being removed from the element's CSS classes. This fix uses angular.equals for the comparison and ensures that oldVal is a copy of (rather than a reference to) the newVal. | |||
| 2013-04-16 | fix(Grunt): also remove \r chars when joining files | Pete Bacon Darwin | |
| 2013-04-15 | docs(tutorial): testacular renamed to karma | Pete Bacon Darwin | |
| Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo. | |||
| 2013-04-15 | docs(rootScope): fix typo | Pete Bacon Darwin | |
| 2013-04-15 | docs(rootScope): Fix various typos | Laurent | |
| 2013-04-15 | docs(Angular.js): fix typo | Laurent | |
| 2013-04-15 | doc(overview): add link to angular demo slides to overview | Pete Bacon Darwin | |
| 2013-04-13 | docs(ngController): fix docs link to api/ng.$route | brandonjp | |
| 2013-04-13 | docs(module): fix typo | Seunghoon Yeon | |
| 2013-04-12 | docs(faq): added note to FAQ re: legacy IE support | uberspeck | |
| 2013-04-11 | chore(Grunt) update grunt-contrib-copy | Dave Geddes | |
| grunt-contrib-copy@0.4.1 has the cleaner summary output by default | |||
| 2013-04-11 | style(exceptionHandler): add ws | Lee Leathers | |
| 2013-04-11 | chore(NPM): Add license info | Lee Leathers | |
| 2013-04-11 | docs(guide): Update $locationProvider docs. | Prathan Thananart | |
| Default hashPrefix setting is not `'!'`, it's actually `""`. Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472 | |||
| 2013-04-11 | docs(guide/i18n): fix a typo | kamagatos | |
| 2013-04-11 | docs(jqLite): clarified that children/parent do not support selectors | Christoph Burgdorf | |
| 2013-04-11 | docs: fix typos | Matt Haggard | |
| 2013-04-11 | set ng-app as personalLog | 玉黍 | |
| 2013-04-11 | docs(ngApp): fixed typo | Brent Morrow | |
| Use this directive to auto-bootstrap **an** application. | |||
| 2013-04-11 | docs(guide/concepts): fix typo | Brent Morrow | |
| An event is a user **interaction**, timer event, or network event (response from a server). | |||
| 2013-04-11 | docs(guide/concepts): wording change | Brent Morrow | |
| ... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks. | |||
| 2013-04-11 | docs(guide): Added $ sign to controller example | {Qingping,Dave} Hou | |
| 2013-04-11 | docs(dev-guide): Fixed a typo. | urenmj | |
| 2013-04-11 | docs(http): spelling, grammar, capitalization, etc. | Artur Ostrega | |
| Conflicts: src/ng/http.js | |||
| 2013-04-11 | docs(guide/concepts): wording change | Brent Morrow | |
| 2013-04-11 | docs(guide/expression): wording changes | Brent Morrow | |
| 2013-04-11 | docs(guide/directives): give more details about directive declaration | Luc Morin | |
| 2013-04-11 | docs(guide/filters): document multiple arguments syntax | Colin Kahn | |
| Add example of using a filter with that accepts multiple arguments. | |||
| 2013-04-11 | docs(angular-mocks): fix wording | Brent Morrow | |
| 2013-04-11 | docs($inject): wording change | Brent Morrow | |
| 2013-04-11 | docs($compile): improve docs | David Sanders | |
| 2013-04-11 | docs(guide): updates for legacy IE7 support | Brian Campbell | |
| - note re: id="ng-app" to bootstrap/IE partials - added doctype/xmlns to markup - add cond comment re: json2/3 to markup | |||
| 2013-04-11 | chore(release): start 1.0.7 monochromatic-rainbow iteration | Igor Minar | |
| 2013-04-11 | docs($http): fix a typo | Chad Whitacre | |
| 2013-04-11 | chore(docs): Fixed incomplete merge | Takashi Matsuo | |
| 2013-04-06 | docs(concespts): correct spelling and remove unnecessary word | Heath Matlock | |
