angular-mocks
Advanced tools
Changelog
1.2.22 finicky-pleasure (2014-08-12)
triggerHandler()
to accept custom event
(d262378b,
#8469, #8505)html
is a string in htmlParser()
(9ee07551,
#8417, #8416)<a name="1.3.0-beta.17"></a>
Changelog
1.2.21 wizard-props (2014-07-25)
<a name="1.3.0-beta.16"></a>
Changelog
1.2.20 accidental-beautification (2014-07-11)
<a name="1.3.0-beta.14"></a>
Changelog
1.2.19 precognitive-flashbacks (2014-06-30)
You can no longer invoke .bind, .call or .apply on a function in angular expressions. This is to disallow changing the behavior of existing functions in an unforeseen fashion.
The (deprecated) proto property does not work inside angular expressions anymore.
This prevents the use of {define,lookup}{Getter,Setter} inside angular expressions. If you really need them for some reason, please wrap/bind them to make them less dangerous, then make them available through the scope object.
This prevents the use of Object
inside angular expressions.
If you need Object.keys, make it accessible in the scope.
<a name="1.3.0-beta.13"></a>
Changelog
1.2.18 ear-extendability (2014-06-13)
<a name="1.3.0-beta.11"></a>