Naomi Black
5a8d9acacb
docs: update CONTRIBUTING.MD with process for doc fixes
2013-12-02 16:23:59 -08:00
Vojta Jina
04d5a5072f
chore(travis): fix the build id on browser stack
...
This just improves the way BrowserStack groups the sessions.
2013-12-02 14:43:44 -08:00
Vojta Jina
55c30e1be6
chore: use karma-browserstack-launcher from master
2013-12-02 14:20:14 -08:00
Vojta Jina
97fc84c151
chore(deps): use regular junit-reporter
...
We don't need the special branch anymore.
2013-12-02 14:20:06 -08:00
Vojta Jina
4ee0687f3f
chore(travis): tolerate 2 disconnects to make the build more stable
2013-12-02 14:19:56 -08:00
Vojta Jina
ddff347b91
chore(travis): use only websockets and xhr-polling
...
I wanna see more info about BrowserStack...
2013-12-02 14:19:46 -08:00
James Brewer
05ef1bd853
chore(grunt): update to latest jshint task
...
Upgrade JSHint task from ~0.6.4 to ~0.7.2. Two useful changes: ability
to set jshintrc option to use jshint's native ability for finding .jshintrc
files relative to the linted files and update jshint to 2.3.0.
Closes #5143
2013-12-02 21:20:07 +00:00
Blaise Kal
d0f8bd30a6
docs($animate): require ngAnimate in example, syntax fixes
...
The example in the section "JavaScript-defined Animations" would not run without the ngAnimate dependency. Also added a missing comma and semicolons.
2013-12-02 14:55:34 -05:00
Peter Bacon Darwin
1a8d3c8b3a
chore(docs): fix back-to-top anchor in angularjs.org doc pages
...
Closes https://github.com/angular/angularjs.org/issues/45
2013-11-28 12:16:07 +00:00
Levi Weiss
753687e5c2
docs(tutorial/step-10): fix typo
...
Closes #5171
2013-11-27 23:21:46 +00:00
Stéphane Reynaud
1a15c01b64
docs($compile): fix missing space
2013-11-27 23:20:09 +00:00
Ammar
7f33e1ca89
docs(tutorial/step-12): fix typo
...
Closes #5148
2013-11-27 23:19:02 +00:00
magoswiat
28d00945ba
docs(tutorial/step-0): add target="_blank" to open app in new page
...
Closes #5145
2013-11-27 23:17:28 +00:00
Blaise Kal
6f40c88f47
docs(form): provide a list of Angular's built-in validation tokens
...
As requested by a top-rated Disqus comment: http://docs.angularjs.org/api/ng.directive:form.FormController#comment-655325797
Closes #5121
2013-11-27 23:06:19 +00:00
deepak-kapoor
68dd621082
docs(guide/concepts): fix incorrect module name in example
...
Closes #5116
2013-11-27 22:59:13 +00:00
wjtk
3abfb4ef51
docs($window): move use of $window to controller
...
Move use of `$window` from template to controller, because accessing `$window`
in expressions is now disallowed and doesn't work.
Closes #5110
2013-11-27 22:54:45 +00:00
Pete Bacon Darwin
1014e52349
docs($injector): use square bracket notation for $inject annotation
...
Closes #5104
2013-11-27 22:52:10 +00:00
Evan Winslow
cda061f723
docs(guide/di): use square bracket notation for $inject annotation
...
Closes #5104
2013-11-27 22:48:02 +00:00
Pavel Pomerantsev
1497c6c1fb
docs(guide/providers): fix typo
...
Closes #5102
2013-11-27 22:41:53 +00:00
Marc Lipovsky
e41e445b51
docs(guide/compiler): add fourth step on appending the compiled template to the DOM
...
Closes #5087
2013-11-27 22:41:10 +00:00
rodyhaddad
7ab73190b7
docs(migration): add a note about "private" properties being reverted
...
Closes #5086
2013-11-27 22:35:09 +00:00
Peter Bacon Darwin
450b3a5460
chore(release): start 1.2.4 wormhole-baster iteration
2013-11-27 20:21:06 +00:00
Peter Bacon Darwin
38fb542838
chore(release): cut 1.2.3 unicorn-zapper release
2013-11-27 10:04:59 +00:00
Peter Bacon Darwin
7ab5098c14
docs(CHANGELOG): add v1.2.3 changes
2013-11-27 09:58:59 +00:00
Jeff Cross
bcca80548d
feat($attrs): add $attrs.$attr to externs so that it isn't renamed
...
This fixes the issue that any usage of $attr is broken after js compilation.
2013-11-26 18:34:11 -08:00
Jeff Cross
736c8fbbae
refactor($location): move file://+win path fix to $location
...
The urlResolve method was fixed to automatically remove the
volume label from path names to fix issues with the file
protocol on windows where $location.path() was returning
paths where the first segment would be the volume name,
such as "/C:/mypath". See #4942 and #4928
However, the solution was specific to the $location non-
HTML5 mode, and was implemented at a lower level of
abstraction than it should have been. This refactor moves
the fix to inside of the LocationHashBangUrl $$parse method.
Closes #5041
2013-11-26 18:31:27 -08:00
Igor Minar
947562220d
chore(release): fix cdn version in package.json
2013-11-26 17:38:23 -08:00
Tobias Bosch
333523483f
fix($sanitize): Use same whitelist mechanism as $compile does.
...
`$sanitize` now uses the same mechanism as `$compile` to validate uris.
By this, the validation in `$sanitize` is more general and can be
configured in the same way as the one in `$compile`.
Changes
- Creates the new private service `$$sanitizeUri`.
- Moves related specs from `compileSpec.js` into `sanitizeUriSpec.js`.
- Refactors the `linky` filter to be less dependent on `$sanitize`
internal functions.
Fixes #3748 .
2013-11-26 14:29:38 -08:00
corrupt
68ceb17272
chore($httpBackend): preserve original non-zero http status code for file:// apps
...
Previously if an app was running from file:// origin we would always return either
http 200 or 404 depending on whether the response was present.
This changes the behavior so that we do this only if the protocol of the request
(not the origin) is file:// and only if the status code is 0.
Closes #4436
Closes #4587
Closes #4514
2013-11-26 12:36:41 -08:00
David Mosher
5bd6596856
chore(mocks): wrap angular-mocks.js in closure
...
Closes #5080
2013-11-26 13:22:29 +00:00
Peter Bacon Darwin
b3f2a20832
chore(changelog): remove tmp file
2013-11-26 09:36:13 +00:00
adam77
e8d8c7a8d7
docs(compile): fix typo
...
Closes #5133
2013-11-26 06:56:38 +00:00
Deepak Kapoor
7a91d7fa7e
docs(CONTRIBUTING): fix broken link to GitHub PR Helper
...
Closes #5134
2013-11-26 06:46:39 +00:00
smarigowda
c6bd58eb58
docs(guide/scope): access the current element's scope in the console.
...
Closes #4884
2013-11-26 06:45:48 +00:00
sunnylost
c2e45c769e
refactor(angular.js): improve trim performance
...
According to Flagrant Badassery's blog
http://blog.stevenlevithan.com/archives/faster-trim-javascript
and this comparison http://jsperf.com/trim-function , this trim method is faster.
Closes #4406
2013-11-26 06:45:47 +00:00
Vojta Jina
b08427dde9
chore(travis): add some more info for BrowserStack sessions
2013-11-25 18:04:35 -08:00
Vojta Jina
ffd075b440
chore(travis): let's give BrowserStack a try
...
Switch the build to use BrowserStack instead of SauceLabs.
This also adds IE11 to our build.
2013-11-25 15:19:28 -08:00
Brian Ford
3fcd228441
chore: add script for updating bower repos
2013-11-25 13:09:50 -08:00
Pete Bacon Darwin
8383ecfcdf
docs(CONTRIBUTING): add link to github-pr-helper
2013-11-25 20:18:36 +00:00
Matias Niemelä
eed2333298
fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual animations
...
Closes #5130
2013-11-25 15:00:50 -05:00
Pete Bacon Darwin
a2809dacc4
docs(CONTRIBUTING): fix typo
2013-11-25 15:55:24 +00:00
Pete Bacon Darwin
b837a31afa
docs(CONTRIBUTING): highlight what makes a good issue submission
2013-11-25 14:33:51 +00:00
Pete Bacon Darwin
66b0fcd3c0
docs(CONTRIBUTING): consolidated submitting PRs sections
2013-11-25 14:15:24 +00:00
Matias Niemelä
2efe82309a
fix($animate): ensure blocked keyframe animations are unblocked before the DOM operation
...
Closes #5106
2013-11-23 22:05:04 -05:00
Tobias Bosch
a090400f09
fix(input): Support form auto complete on modern browser
...
Although modern browser support the "input" event, they still only fire
the "change" event when they auto complete form elements
other than the currently selected one.
Related to #1460
2013-11-22 17:02:21 -08:00
Brian Ford
84e0eea164
chore(docs): remove Disqus comments
...
We don't actively moderate these comments, and they range from
out of date, to inflammatory, to spam. Going forward, improvements
to the docs should be done via a PR, and questions should go on
StackOverflow where they can be curated and kept up to date by
AngularJS developers who help out there.
2013-11-22 16:27:05 -08:00
Igor Minar
bcf12e70e5
chore: update copyright year in file headers
2013-11-22 13:16:23 -08:00
Igor Minar
1ca98b2c09
chore(release): start 1.2.3 unicorn-zapper iteration
2013-11-22 12:43:52 -08:00
Igor Minar
3efdeebcb7
chore(release): cut 1.2.2 consciousness-inertia release
2013-11-22 09:05:42 -08:00
Igor Minar
16febf8357
docs(CHANGELOG): add release notes for 1.2.2 consciousness-inertia
2013-11-22 09:03:40 -08:00