Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="myApp">
<head>
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
 
  <meta charset="utf-8">
  <title>AngularJS Utility Example</title>
</head>
<body ng-controller="MyController" ng-cloak>
    <h3>angular.isArray : {{isArray}}</h3>
    <h3>angular.isDate: {{isDate}}</h3>
    <h3>angular.isDefined : {{isDefined}}</h3>
    <h3>angular.isElement : {{isElement}}</h3>
    <h3>angular.isFunction : {{isFunction}}</h3>
    <h3>angular.isNumber : {{isNumber}}</h3>
    <h3>angular.isObject : {{isObject}}</h3>
    <h3>angular.isString : {{isString}}</h3>
    <h3>angular.isUndefined : {{isUndefined}}</h3>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
saan1984pro
0viewers