MCPcopy
hub / github.com/angular-ui/ui-router / isNumber

Function isNumber

test/angular/1.3/angular.js:561–561  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isNumber * @module ng * @kind function * * @description * Determines if a reference is a `Number`. * * This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`. * * If you wish to exclude these then you can use the native * [`isFinite'](http

(value)

Source from the content-addressed store, hash-verified

559 * @returns {boolean} True if `value` is a `Number`.
560 */
561function isNumber(value) {return typeof value === 'number';}
562
563
564/**

Callers 6

toJsonFunction · 0.70
getYOffsetFunction · 0.70
angular.jsFile · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
numberInputTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected