redash/rd_ui
Arik Fraimovich 76ce8b0876 Fix #141: prevent the timer directive call digest loop every second
By using setInterval & $scope.$digest instead of $timeout which uses
$scope.$apply, which in turn calls $rootScope.$digest.
2014-03-20 09:29:27 +02:00
..
app Fix #141: prevent the timer directive call digest loop every second 2014-03-20 09:29:27 +02:00
test Initial commit. 2013-10-25 10:26:07 +03:00
.bowerrc Initial commit. 2013-10-25 10:26:07 +03:00
.editorconfig Initial commit. 2013-10-25 10:26:07 +03:00
.gitattributes Initial commit. 2013-10-25 10:26:07 +03:00
.gitignore Initial commit. 2013-10-25 10:26:07 +03:00
.jshintrc Initial commit. 2013-10-25 10:26:07 +03:00
.travis.yml Initial commit. 2013-10-25 10:26:07 +03:00
bower.json No need to use github style authenticated URLs, it can just break things. 2014-03-05 08:46:09 +02:00
Gruntfile.js Fix: compile all views. 2014-03-09 12:52:33 +02:00
karma-e2e.conf.js Initial commit. 2013-10-25 10:26:07 +03:00
karma.conf.js Initial commit. 2013-10-25 10:26:07 +03:00
package.json CircleCI configuration & makefile. 2014-01-26 09:23:39 +02:00