angular-cookies
Advanced tools
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>
Changelog
1.2.2 consciousness-inertia (2013-11-22)
script.onload
for JSONP
(a3172a28,
#4523,
#4527,
#4922)$$minErr
to modules such asngResource
(9e89a31b,
#5050)<a name="1.2.1"></a>
Changelog
1.2.1 underscore-empathy (2013-11-14)
<a name="1.2.0"></a>
Changelog
since 1.2.0 and 1.3.0-beta.1
Angular now requires a <base>
tag when html5 mode of $location
is enabled. Reasoning:
Using html5 mode without a <base href="...">
tag makes relative links for images, links, ...
relative to the current url if the browser supports
the history API. However, if the browser does not support the history API Angular falls back to using the #
,
and then all those relative links would be broken.
The <base>
tag is also needed when a deep url is loaded from the server, e.g. http://server/some/page/url
.
In that case, Angular needs to decide which part of the url is the base of the application, and which part
is path inside of the application.
To summarize: Now all relative links are always relative to the <base>
tag.
Exception (also a breaking change):
Link tags whose href
attribute starts with a #
will only change the hash of the url, but nothing else
(e.g. <a href="#someAnchor">
). This is to make it easy to scroll to anchors inside a document.
Related to #6162 Closes #8492
Changelog
1.2.20 accidental-beautification (2014-07-11)
<a name="1.3.0-beta.14"></a>