UNPKG

togg

Version:

Angular UI directive for toggling classes and beyond

8 lines (7 loc) 255 B
typeof document == 'undefined' ? require('open')('index.html') : this.angular.module('test', ['togg']).controller('test', ['$document', function($document) { $document.on('bubble', function() { $('.js-timestamp').text(Date.now()) }) }]);