Changelog
1.2.12 cauliflower-eradication (2014-02-07)
locale_lt
(95be253f,
#6164)finally
and catch
(074b0675,
#6048, #6076)inject
with this
set to the current spec
(3bf43903,
#6102)The animation mock module has been renamed from mock.animate
to ngAnimateMock
. In addition to the rename, animations will not block within test code even when ngAnimateMock is used. However, all function calls to $animate will be recorded into $animate.queue
and are available within test code to assert animation calls. In addition, $animate.triggerReflow()
is now only available when ngAnimateMock
is used.
<a name="1.2.11"></a>
Changelog
1.2.11 cryptocurrency-hyperdeflation (2014-02-03)
finally
and catch
(074b0675,
#6048, #6076)<a name="1.2.10"></a>
Changelog
1.2.10 augmented-serendipity (2014-01-24)
<a name="1.2.9"></a>
Changelog
1.2.9 enchanted-articulacy (2014-01-15)
$http: due to e1cfb195, it is now necessary to separately specify default HTTP headers for PUT, POST and PATCH requests, as these no longer share a single object.
To migrate your code, follow the example below:
Before:
// Will apply to POST, PUT and PATCH methods
$httpProvider.defaults.headers.post = {
"X-MY-CSRF-HEADER": "..."
};
After:
// POST, PUT and PATCH default headers must be specified separately,
// as they do not share data.
$httpProvider.defaults.headers.post =
$httpProvider.defaults.headers.put =
$httpProviders.defaults.headers.patch = {
"X-MY-CSRF-HEADER": "..."
};
<a name="1.2.8"></a>
Changelog
1.2.8 interdimensional-cartography (2014-01-10)
<a name="1.2.7"></a>
Changelog
1.2.7 emoji-clairvoyance (2014-01-03)
INSTANTIATING
flag properly when done
(186a5912,
#4361, #5577)size
attribute as a valid/allowed attribute
(056c8493,
#5522)<a name="1.2.6"></a>
Changelog
1.2.6 taco-salsafication (2013-12-19)
href
(c7a1d1ab,
#5479)undefined
if an intermediate property's value is null
(26d43cac,
#5480)Scope#$watchCollection
(8f329ffb,
#5475)querySelectorAll
in IE8
(274a6734)multiple
, required
, and model is []
(5c97731a,
#5337)element.one()
(937caab6)$$
prefix
(06c5cfc7)<a name="1.2.5"></a>
Changelog
1.2.5 singularity-expansion (2013-12-13)
empty
method in place of html(‘’)
(3410f65e,
#4457).toBe()
comparison
to toEqual()
inside of tests.<a name="1.2.4"></a>
Changelog
1.2.4 wormhole-blaster (2013-12-06)
truthy
value.
(2dbb6f9a,
#4519, #4534)<a name="1.2.3"></a>
Changelog
1.2.3 unicorn-zapper (2013-11-27)
$compile
does
(33352348,
#3748)change
event, on modern browsers
(a090400f,
#1460)$attrs.$attr
to externs so that it isn't renamed on js minification
(bcca8054)No new features in this release
There are no breaking changes in this release (promise!)
<a name="1.2.2"></a>