| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-11 | test(ngList): remove disabled test | Igor Minar | |
| this test fails and we don't have intentions on making it pass since we never made a commitment to implement this feature. | |||
| 2013-07-11 | docs(ngList): fix example and add e2e test | Igor Minar | |
| 2013-07-11 | style(input): remove ws | Igor Minar | |
| 2013-07-10 | docs(guide): clarify example | sdesmond | |
| 2013-07-10 | docs(guide): example filter does not conditionally assign a color | sdesmond | |
| 2013-07-10 | docs(guide/di): fix typo | Robert Fauver | |
| 2013-07-10 | docs(contribute): improve git instructions | Tay Ray Chuan | |
| 2013-07-10 | docs(overview): fix typo | Lefteris Paraskevas | |
| Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137). | |||
| 2013-07-10 | docs(ngMock): correct verifyNoOutstandingExpectation example | Mark Striemer | |
| 2013-07-09 | docs(angular.identity): fix missing 'angular' in identity function | Marco Vito Moscaritolo | |
| 2013-07-08 | docs(ngModelController): provide a more intuitive example | Pete Bacon Darwin | |
| The example directive, using contenteditable was not showing required even if you cleared the content from it. Closes #3156 | |||
| 2013-07-08 | docs(numberFilter): fix explanation of default fraction size | Pete Bacon Darwin | |
| The default fraction size for the number filter is actually computed from the `NUMBER_FORMATS.PATTERNS.maxFrac` value in the current locale. Closes #3157 | |||
| 2013-07-07 | docs(guide/e2e-testing): fix typos | tgkokk | |
| 2013-07-04 | docs(input): ng-model doesn't work well with isolated scope directive | basarat | |
| Closes #3123 | |||
| 2013-07-04 | docs(guide/directive): make directive controller minification-safe | Andrew O'Brien | |
| It is best to emphasize that the "controller" property needs to be min safe Closes #3125 | |||
| 2013-07-04 | fix($compile): empty normalized href should pass sanitation check | Anders Hessellund Jensen | |
| Sometimes IE returns an empty string for its normalized href on a tags. This should pass the sanitation check in $compile. Closes #2219, #2593 | |||
| 2013-07-03 | fix(jqLite): prepend array in correct order | Joao Sa | |
| Match jQuery behavior when prepending array into empty element | |||
| 2013-07-02 | docs(tutorial/step9): formatted Unicode character line | exex zian | |
| Add tick and cross mark corresponding to their respective unicodes. | |||
| 2013-07-02 | chore(travis): speed up the build | Vojta Jina | |
| - parallelize the tasks - cache requests (e2e tests) This reduces the time from ~18min to ~12min. It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better. | |||
| 2013-07-02 | docs(guide/location): fix example code - `hashPrefix` is a method | Niall Smart | |
| 2013-07-01 | chore: add karma-script-launcher plugin | Vojta Jina | |
| This plugin is shipped as a default one with Karma. It's specified as a peer dependency. I assume, there's an old version of NPM on the CI server, which does not support peerDependencies and therefore it didn't get installed. This will make the dependency explicit. | |||
| 2013-07-01 | docs($cacheFactory): show that you can access existing caches | Itamar Rogel | |
| 2013-07-01 | docs(Angular.js): explain that toJson strips $... properties | Spencer Applegate | |
| In Angular.toJson, any properties with a leading '$' character will be stripped from the resulting string since angular uses this notation internally for services. There have been complaints of not knowing about this functionality until it breaks within their code. | |||
| 2013-06-28 | chore: set up Sauce Labs with Travis | Vojta Jina | |
| This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers. | |||
| 2013-06-28 | chore: clean up angularFiles.js | Vojta Jina | |
| 2013-06-28 | chore: update karma to 0.9.4 | Vojta Jina | |
| And also add shared config to make karma configs a bit simpler. | |||
| 2013-06-28 | chore: remove jstd leftovers | Vojta Jina | |
| 2013-06-28 | docs(misc/faq): remove obsolte t-shirt instructions | Igor Minar | |
| 2013-06-27 | docs(ngBind): clarify some of the writing | Andrew Peterson | |
| 2013-06-27 | docs(ngPluralize): improve wording | Andrew Peterson | |
| 2013-06-27 | docs(guide/e2e-testing): clarify description of input(name) selector | Adam | |
| 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 | docs(ngMock/$httpBackend): fix testing example | Pete Bacon Darwin | |
| Closes #3075 | |||
| 2013-06-27 | docs(tutorial): add experiment showing reverse sort | Nelson Blaha | |
| 2013-06-25 | docs(guide/controller): fix an error in the scope inheritance example | Jeffrey Palmer | |
| 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 | docs(guide/expression): remove reference to `NullPointerException` | Domenic Denicola | |
| 2013-06-20 | refactor(angular.bootstrap): rename internal function | Pete Bacon Darwin | |
| 2013-06-20 | docs(cookbook/helloworld): display "World" if no name is entered | NimaVaziri | |
| 2013-06-20 | fix(Angular.js): don't crash on invalid query parameters | Pete Bacon Darwin | |
| 2013-06-19 | fix($http): ensure case-insens. header overriding | Caio Cunha | |
| 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 | docs(directive): fix typo | sarkasm | |
| 2013-06-18 | docs(tutorial): add missing 'node' command and <code> tags | gdi2290 | |
| 2013-06-18 | docs(tutorial/step_07): add commas make tutorial read more clearly | John Bohn | |
| 2013-06-18 | docs(loader): fix typo and minor semantic error | Ore Landau | |
| 2013-06-13 | docs(guide/di): fix headings hierarchy | Ore Landau | |
| 2013-06-13 | docs(select): fix typos in ngOptions | Misha Moroshko | |
| 2013-06-13 | docs($q): fix a few issues | Ore Landau | |
| 2013-06-13 | docs(guide/e2e-testing): fix verb tense | Jad Naous | |
| 2013-06-13 | docs(tutorial/step_05): apply more useful link to services | Ore Landau | |
| 2013-06-12 | docs(FormController): add methods for FormController | Dean Sofer | |
| 2013-06-12 | docs(ngModelController): improve $parsers/$formatters with example | Dean Peterson | |
