fix(isElement): return boolean value rather than `truthy` value.
angular.isElement currently returns a truthy object/function, or false. This patch aims to correct this behaviour by casting the result of the isElement expression to a boolean value via double-negation. Closes #4519 Closes #4534
C
Caitlin Potter committed
2dbb6f9a54eb5ff5847eed11c85ac4cf119eb41c
Parent: 785a5fd
Committed by Igor Minar <igor@angularjs.org>
on 12/6/2013, 1:14:05 AM