Tag: v1.3.8
-
-
docs(guide/index): add book Responsive Web Design with AngularJS
This book explores the AngularJS features that can help a developer for building a responsive application. Merçi beaucoup~ Closes #10513
-
-
docs(api/index): grammar is important and so should you
I changed the word "into" to "within". Original description underneath ngAnimate reads: "Use ngAnimate to enable animation features into your application". I changed the text to read: "Use ngAnimate to enable animation features within your application". The change in wording makes the description read better and gives it a more professional feel. Closes #10517
-
-
Closes #10511
-
docs($animate): fix misleading $animate.cancel example
The given example is wrong, you can't cancel the promise returned by "then" since it is not the one originally tracked by "addClass". Closes #10498
-
-
-
fix(filterFilter): let expression object `{$: '...'}` also match prim…
…itive items Closes #10428
-
docs(error/badcfg): add missing "but"
Sentence meaning was unclear; added what I assumed should have been a "but" Closes #10473
-
docs(guide/Scopes): fix capitalization
This sentence should begin with a capital 'R', not a lower case one. Closes #10472
-
docs($templateRequest): fix run-on sentence
The description of $templateRequest contains a run-on sentence that makes it confusing to understand. ORGINAL: If the HTTP request fails or the response data of the HTTP request is empty then a `$compile` error will be thrown (the exception can be thwarted by setting the 2nd parameter of the function to true). NEW: If the HTTP request fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the exception can be thwarted by setting the 2nd parameter of the function to true). Closes #10456
-
docs(select): improve formatting and wording
The part about using `select as` and `track by` together was hard to read. And it wasn't clear what happens if they're used together. Closes #10409
-
fix(CHANGELOG): missing version number for 1.2.28
Well, the version number was missing there.
-
-
fix(ngAria): trigger digest on ng-click via keypress, pass $event to …
…expression Minor improvement to ng-click directive from ngAria. Now, if bindings are updated during the click handler, the DOM will be updated as well. Additionally, the $event object is passed in to the expression via locals, as is done for core event directives. Closes #10442 Closes #10443 Closes #10447
-
-
-
-
docs(angular.fromJson): replace the word "Thingy"
Replace the word "thingy" with "JSON string" to specify what thingy means. Closes #10468
-
docs(migration): add end to end upgrade info to migration doc
There are a couple of changes to some Protractor tests that need to be made when migrating from AngularJS 1.2 to 1.3 - document these in the migration guide. See angular/protractor#1480 Closes #10377