Sha256: f607738c894e9df5f20750fddf79840cf1c3aa477a0e53735416a852b31e2339
Contents?: true
Size: 389 Bytes
Versions: 23
Compression:
Stored size: 389 Bytes
Contents
angular.module('AgileProxy').controller('MainCtrl', function ($scope) { $scope.tabs = [ { title:'Dynamic Title 1', content:'Dynamic content 1' }, { title:'Dynamic Title 2', content:'Dynamic content 2', disabled: true } ]; $scope.alertMe = function() { setTimeout(function() { alert('You\'ve selected the alert tab!'); }); }; });
Version data entries
23 entries across 23 versions & 2 rubygems