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
Chad Whitacre
725028b07d
docs($http): fix a typo
2013-04-11 12:39:00 -07:00
Patrick
f9b63f8657
docs(animator): Fixed a typo
2013-04-11 12:15:25 -07:00
Matias Niemelä
be08c075bd
fix($sniffer): $sniffer to support non-vendor prefixes
2013-04-08 21:26:19 -07:00
Heath Matlock
d90a79632d
docs(concespts): correct spelling and remove unnecessary word
2013-04-06 22:56:54 +02:00
Igor Minar
cc042c42bc
docs(changelog): fix the 1.0.6 header
2013-04-04 15:24:15 -07:00
Igor Minar
7729b58eda
docs(changelog): add release notes for 1.1.4 and 1.0.6
2013-04-04 12:15:37 -07:00
Igor Minar
2ce74e547a
docs($resource): improve installation section
2013-04-04 08:57:25 -07:00
Igor Minar
5e3ee0a99b
chore(release): cutting angular 1.1.4 quantum-manipulation
2013-04-03 18:54:52 -07:00
William Bagayoko
308a59bf44
fix(ngAnimator): correct polyfillSetup activation and memento generation
2013-04-03 18:42:17 -07:00
Matias Niemelä
19f1801379
docs: add animations into docs and directive examples
2013-04-03 17:40:15 -07:00
Igor Minar
303df9dafe
chore(karma): upgrade karma to 0.8.4
...
we needed this upgrade to disable animations in scenario runner
(karma ships with its own copy of angular-scenario.js which
got update in 0.8.4)
2013-04-03 17:40:15 -07:00
Igor Minar
fec4ef3881
feat(Scenario): autodisable animations when running e2e tests
...
animations cause the dom to contain elements that have been removed
from the model but are being animated out.
we could teach the e2e runner to wait for animations but that would
make all tests slower. it should be quite safe to just disable
animations automatically when the app is running via the e2e test
runner.
this change disables only css animations. we should make additional
change that disables js animations as well, but since we don't need
this right now I'm punting on it.
2013-04-03 17:40:15 -07:00
Misko Hevery
ecdf119a76
fix(ngShow/ngHide): revert to display:'' for show
...
Regression introduced by ngAnimation
SHA: 0b6f1ce5f8
2013-04-03 15:20:53 -07:00
Misko Hevery
820253f670
chore(revert): accidental inclusion of nonexistent test.
...
Offending SHA: 0b6f1ce5f8
2013-04-03 14:54:16 -07:00
Misko Hevery
6bca948323
chore(revert): Revert accidental change to showdown
...
Offending SHA: 0b6f1ce5f8
2013-04-03 14:35:09 -07:00
Igor Minar
556f9cc35e
style(animator): style cleanup
2013-04-03 02:15:03 -07:00
Matias Niemelä
2845dd1590
feat(ngdocs): added functionality to import and extract contents of external files inside docs comment code
2013-04-02 15:52:32 -07:00
Misko Hevery
0b6f1ce5f8
feat(ngAnimate): add support for animation
2013-04-02 14:05:06 -07:00
Misko Hevery
4bfb66ce0b
chore(docs): correct few unclosed elements
2013-04-02 13:36:12 -07:00
Igor Minar
85c31e0688
docs(ngSwitch): improve the @usage example
2013-04-01 21:33:31 -07:00
Vojta Jina
c2e215fab6
chore: use Karma
2013-04-01 12:24:27 -07:00
Misko Hevery
61f2767ce6
feat(ngRepeat): add support for custom tracking of items
...
BREAKING CHANGE:
It is considered an error to have two items produce
the same track by key. (This was tolerated before.)
2013-03-29 23:01:52 -07:00
Matias Niemelä
5eb968553a
feat(Scope): add $watchCollection method for observing collections
...
The new method allows to shallow watch collections (Arrays/Maps).
2013-03-29 22:00:25 -07:00
Felipe Lahti
04cc1d2890
docs(guide): add missing closing div tag
2013-03-29 23:30:37 +01:00
Felipe Lahti
7d4a3210f0
docs(guide): fix typo in DI. angualar -> angular
2013-03-29 23:25:58 +01:00
Gert Goet
8dca0561e8
docs(mocks): fix typos
2013-03-29 23:24:12 +01:00
Srinivas Kusunam
53abd3fba7
docs(directive): fix typo
2013-03-29 23:22:02 +01:00
Matthew McComb
06ada222c2
docs(controller): improve $controller function doc readability
...
Improved $controller function doc readability.
2013-03-29 23:18:01 +01:00
Pascal Borreli
9480136d9f
docs(*): fixed typos
2013-03-29 23:14:55 +01:00
Sylvester Keil
4ae46814ff
feat(http): support request/response promise chaining
...
myApp.factory('myAroundInterceptor', function($rootScope, $timeout) {
return function(configPromise, responsePromise) {
return {
request: configPromise.then(function(config) {
return config
});
response: responsePromise.then(function(response) {
return 'ha!';
}
});
}
myApp.config(function($httpProvider){
$httpProvider.aroundInterceptors.push('myAroundInterceptor');
});
2013-03-27 13:13:59 -07:00
Misko Hevery
5c735eb4ab
fix(mock): prevent NPE when module definition outside of it.
2013-03-27 08:56:06 -07:00
James deBoer
364e597499
Update forms.ngdoc
...
docs(forms): Fixed a typo. render -> $render
2013-03-24 23:11:36 -07:00
Chirayu Krishnappa
23abb990f1
chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols
2013-03-20 16:19:46 -07:00
Chirayu Krishnappa
0c72708a2b
chore($ngLocale): generate ngLocale files from the Closure code (includes datetimesymbolsext.js)
2013-03-20 15:50:07 -07:00
Jason Als
fec2909f3a
fix(ngMobile): Use bracket notation to fix minified version
...
Added aliases for minification
2013-03-20 14:21:26 -07:00
Mark Chapman
4efda14b49
refactor(ngRepeat): make use of declared variable
...
Rename unused arrayLength variable to arrayBound and use it inside loop
2013-03-20 14:16:41 -07:00
Arlen Christian Mart Cuss
821d2fddb7
chore(select): Fix ngOptions regexp capture comment.
...
Off-by-one error.
2013-03-20 11:44:17 -07:00
Javier Mendiara Cañardo
ef76afdf80
chore(Angular): remove superfluous fromCharCode function
...
Remove fromCharCode function as it was used only in two inner
functions in the code, and its functionality is achieved in several
other places by using String.fromCharCode
Breaks fromCharCode closure function, String.fromCharCode should be
used instead
2013-03-19 11:00:42 -07:00
Bruno Coelho
564963dc27
docs(filter): Using indefinite article
...
This doc was using both definite article and indefinite article at the same time.
2013-03-19 10:56:48 -07:00
Arlen Christian Mart Cuss
fe4f0ea262
docs(directive): Fix entity confusion in example.
2013-03-19 10:53:46 -07:00
Manuel Braun
3a81dd8bdd
fix($location): parse FirefoxOS packaged app urls
...
FirefoxOS uses special URLs like
app://{d0419af1-8b42-41c5-96f4-ef4179e52315}/index.html for packaged Apps.
Closes #2112
2013-03-15 21:19:31 -07:00
Jamie Mason
df9bff13b2
$routeChangeSuccess documentation
...
I hope this helps someone, I ran into some issues when following the API as described - handlers of this event receive 3 arguments, not 2.
Although this is mentioned [elsewhere](http://docs.angularjs.org/api/ng.$rootScope.Scope#$on ) it's not clear when viewing the docs for this behaviour in isolation.
The first argument is an Event Object, not the current route. The previous route argument can also be omitted on occasions.
2013-03-15 21:02:21 -07:00
Shyam Seshadri
f197e391c1
feat(docs): Add Improve this doc link in each doc page, which links to the edit mode of that file in github
2013-03-15 20:56:13 -07:00