Pete Bacon Darwin
695c54c17b
fix(i18n): escape all chars above \u007f in locale files
...
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 22:13:49 +01:00
Mark Dalgleish
363e4cbf64
fix(ngModel): use paste/cut events in IE to support context menu
...
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 21:20:08 +01:00
es128
c4d5631f1a
doc(ngClassEven): make consistent with ngClassOdd
2013-04-17 14:51:41 +01:00
@fbiville
fd91d86f0c
docs(directive guide) typo in compile/link section
...
The code snippet shows `{{action.description}}`, the explanation referred to it as `{{action.descriptions}}`.
2013-04-17 14:50:19 +01:00
@fbiville
9f2aaca65b
docs(injector): fix typo in inlining example
...
The actual invoke call in the documentation was referring to the non-existent tempFn instead of tmpFn
2013-04-17 14:46:13 +01:00
austingreco
12b6deb1ce
fix(ngPattern): allow modifiers on inline ng-pattern
...
Add support for regex modifiers on inline `ng-pattern`.
`ng-pattern="/regex/i"` now validates correctly.
Closes #1437
2013-04-16 14:49:17 -07:00
Timothy Ahong
a91405889f
docs(guide.unit-testing): fix typo
2013-04-16 21:04:09 +01:00
Francesc Rosàs
b8f0b432fd
docs($q): fix incorrect @returns tag for $q.when()
2013-04-16 13:37:07 +01:00
Pete Bacon Darwin
0ac969a5ee
fix(ngClass): should remove classes when object is the same but property has 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 13:15:49 +01:00
Pete Bacon Darwin
465238613b
fix(Grunt): also remove \r chars when joining files
2013-04-16 12:13:55 +01:00
Misko Hevery
58ef32308f
fix($location): fix URL interception in hash-bang mode
...
Closes #1051
2013-04-15 12:05:27 -07:00
Pete Bacon Darwin
59bfe8e5a9
docs(tutorial): testacular renamed to karma
...
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 12:28:31 +01:00
Pete Bacon Darwin
a748410f52
docs(rootScope): fix typo
2013-04-15 11:44:49 +01:00
Laurent
c25343f8be
docs(rootScope): Fix various typos
2013-04-15 11:42:57 +01:00
Laurent
cc1e4225b7
docs(Angular.js): fix typo
2013-04-15 11:42:34 +01:00
Pete Bacon Darwin
5d1f37b535
doc(overview): add link to angular demo slides to overview
2013-04-15 11:20:46 +01:00
brandonjp
c746d65857
docs(ngController): fix docs link to api/ng.$route
2013-04-13 18:24:40 +02:00
Seunghoon Yeon
0d8a95af6f
docs(module): fix typo
2013-04-13 17:19:11 +02:00
Igor Minar
ab755a25f9
fix(Scenario): correct bootstrap issue on IE
...
we need to set the deferred bootstrap flag via window.name after the iframe's
src has been set, otherwise IE will reset it to empty string
2013-04-13 00:42:51 -07:00
uberspeck
b7b08eed02
docs(faq): added note to FAQ re: legacy IE support
2013-04-12 15:58:29 -07:00
Misko Hevery
570463a465
fix(ngAnimate): prevent animation on initial page load
2013-04-11 23:06:07 -07:00
Matias Niemelä
3c3247fe17
fix(ngdocs): improve the animations used in the docs menu
2013-04-11 23:06:07 -07:00
Misko Hevery
a0bc71e271
fix(ngRepeat): prevent initial duplicates
2013-04-11 23:06:07 -07:00
Dave Geddes
a491ea3791
chore(Grunt) update grunt-contrib-copy
...
grunt-contrib-copy@0.4.1 has the cleaner summary output by default
2013-04-11 16:28:10 -07:00
Lee Leathers
fe1696f688
style(exceptionHandler): add ws
2013-04-11 15:32:20 -07:00
Lee Leathers
c3a87c6849
chore(NPM): Add license info
2013-04-11 15:32:19 -07:00
Prathan Thananart
6b63afe2f7
docs(guide): Update $locationProvider docs.
...
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 15:27:46 -07:00
kamagatos
b86815fb5b
docs(guide/i18n): fix a typo
2013-04-11 15:21:33 -07:00
winkler1
aa3acc5229
docs(animator): fix typo
2013-04-11 15:14:46 -07:00
Christoph Burgdorf
15d80af53c
docs(jqLite): clarified that children/parent do not support selectors
2013-04-11 15:11:28 -07:00
Matt Haggard
a92bb2e025
docs: fix typos
2013-04-11 15:03:59 -07:00
Brent Morrow
d521ad3ff6
docs(ngApp): fixed typo
...
Use this directive to auto-bootstrap **an** application.
2013-04-11 14:58:39 -07:00
Brent Morrow
ebf7cf9ed3
docs(guide/concepts): fix typo
...
An event is a user **interaction**, timer event, or network event (response from a server).
2013-04-11 14:56:30 -07:00
玉黍
719d844a94
docs(examples): set ng-app to "personalLog" (example/personalLog)
2013-04-11 14:53:40 -07:00
{Qingping,Dave} Hou
db547e63ee
docs(guide): Added $ sign to controller example
2013-04-11 14:32:44 -07:00
urenmj
63c25fd875
docs(dev-guide): Fixed a typo.
2013-04-11 14:25:50 -07:00
Matias Niemelä
1351ba2632
fix(ngAnimate): skip animation on first render
2013-04-11 14:15:20 -07:00
Matias Niemelä
5476cb6e9b
feat($animator): allow to globally disable and enable animations
2013-04-11 14:15:20 -07:00
Artur Ostrega
d9d53472ec
docs(http): spelling, grammar, capitalization, etc.
2013-04-11 14:10:57 -07:00
Brent Morrow
38dffe7e91
docs(guide/concepts): wording change
...
... or when working with --> a <-- third-party library callbacks.
... or when working with third-party library callbacks.
2013-04-11 14:08:43 -07:00
Brent Morrow
941633a911
docs(guide/concepts): wording change
2013-04-11 14:07:31 -07:00
Brent Morrow
3ec7b87483
docs(guide/expression): wording changes
2013-04-11 14:03:52 -07:00
Luc Morin
63ce1f6265
docs(guide/directives): give more details about directive declaration
2013-04-11 14:00:09 -07:00
Colin Kahn
59eb96b9e4
docs(guide/filters): document multiple arguments syntax
...
Add example of using a filter with that accepts multiple arguments.
2013-04-11 13:55:03 -07:00
Brent Morrow
e142687bcb
docs(angular-mocks): fix wording
2013-04-11 13:51:40 -07:00
Brent Morrow
16bfb7eea0
docs($inject): wording change
2013-04-11 13:48:04 -07:00
David Sanders
48308913bb
docs($compile): improve docs
2013-04-11 13:05:27 -07:00
Braden Shepherdson
5e0f876c39
feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobile
...
These directives fire an event handler on a touch-and-drag or
click-and-drag to the left or right. Includes unit tests and docs
update. Manually tested on Chrome 26, IE8, Android Chrome and iOS
Safari.
2013-04-11 13:01:24 -07:00
Brian Campbell
f24cf4b58f
docs(guide): updates for legacy IE7 support
...
- 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 13:00:10 -07:00
Igor Minar
a752e5763e
chore(release): start 1.1.5 triangle-squarification iteration
2013-04-11 12:51:47 -07:00