Sha256: bbd263fc2513ff6d76972e1db42708ced51ba1ed04ae0e1ff6b8a4ca8e0a69bc

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

(function() {
  voxality.controller('NotificationsController', ['$scope', '$timeout', function($scope, $timeout) {
    $scope.showNotifications = true;

    $timeout(function() {
      $scope.showNotifications = false;
    }, 3000);
  }]);
}).call(this);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voxality_core-0.1.0.1 lib/generators/voxality_core/templates/app/assets/javascripts/controllers/NotificationsController.js