Sha256: 58e5767f7b0f2753aac595df2b82853d15dac78a32a34e0b790a09bf409f3814
Contents?: true
Size: 159 Bytes
Versions: 9
Compression:
Stored size: 159 Bytes
Contents
angular.module('app', ['ng']).controller('waitingController', function($scope, $timeout) { $timeout(function() { $scope.text = 'waited'; }, 5000); });
Version data entries
9 entries across 9 versions & 1 rubygems