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

Version Path
agile-proxy-0.1.26 assets/ui/app/controller/main.js
agile-proxy-jruby-0.1.26-jruby assets/ui/app/controller/main.js
agile-proxy-jruby-0.1.25-jruby assets/ui/app/controller/main.js
agile-proxy-0.1.25 assets/ui/app/controller/main.js
agile-proxy-0.1.24 assets/ui/app/controller/main.js
agile-proxy-0.1.23 assets/ui/app/controller/main.js
agile-proxy-0.1.22 assets/ui/app/controller/main.js
agile-proxy-0.1.21 assets/ui/app/controller/main.js
agile-proxy-0.1.20 assets/ui/app/controller/main.js
agile-proxy-0.1.19 assets/ui/app/controller/main.js
agile-proxy-0.1.18 assets/ui/app/controller/main.js
agile-proxy-0.1.13 assets/ui/app/controller/main.js
agile-proxy-0.1.12 assets/ui/app/controller/main.js
agile-proxy-0.1.11 assets/ui/app/controller/main.js
agile-proxy-0.1.10 assets/ui/app/controller/main.js
agile-proxy-0.1.9 assets/ui/app/controller/main.js
agile-proxy-0.1.8 assets/ui/app/controller/main.js
agile-proxy-0.1.7 assets/ui/app/controller/main.js
agile-proxy-0.1.6 assets/ui/app/controller/main.js
agile-proxy-0.1.5 assets/ui/app/controller/main.js