Skip to content

Commit

Permalink
using ng-webworker to compute primes really quickly plus without need…
Browse files Browse the repository at this point in the history
…ing an http server
  • Loading branch information
bahmutov committed Mar 27, 2015
1 parent 939021e commit e6a79eb
Show file tree
Hide file tree
Showing 4 changed files with 9,529 additions and 5,236 deletions.
5 changes: 3 additions & 2 deletions bower.json
Expand Up @@ -23,9 +23,10 @@
],
"dependencies": {
"angular-bindonce": "~0.3.3",
"angular": "1.4.0-beta.4",
"angular": "~1.3.15",
"angular-vs-repeat": "~1.0.0-rc5",
"jquery": "~2.1.1",
"ngInfiniteScroll": "1.0.0"
"ngInfiniteScroll": "1.0.0",
"ng-webworker": "~0.2.0"
}
}

0 comments on commit e6a79eb

Please sign in to comment.