-
Hi Dude, your code is awesome and Useful but is impossible minify and concat with another dependencies, can you make it possible?
-
Great module, thanks.
Is their a way to manipulate the font size, so that the number are different sizes to the corresponding result. For example '2 min' would be 2 `min`
Thanks in advance :0)
-
I'm trying to upgrade from 0.16 to 0.17... zero idea what is going on. I have no reference to microtime anywhere in my codebase.
```
jspm install
jspm will now attempt to upgrade your project to the …
-
Hi, I'm running into an issue with this package when it's being built into a javascript file which is declared in `strict mode`. The file it's included in must remain in strict mode, so when I build i…
-
After cleaning the whole `/client/` folder, I'm getting the following in the Chrome developer panel:
```
Uncaught SyntaxError: Unexpected end of input
Uncaught Error: [$injector:modulerr] Failed to i…
-
Could this plugin support `humanize()`?
It would be awesome if we could use momentjs i18n support: http://momentjs.com/docs/#/i18n/
Or is it up to us to provide a template that uses i18n?
-
I need to humanize number, but I get the number in minutes, and I required to do this:
``` js
var input = 6000;
humanizeDuration(input * 60000, { round: true });
```
There is an option to do this na…
-
This is my override block:
```
"overrides": {
"github:siddii/angular-timer@1.3.3": {
"main": "dist/angular-timer",
"registry": "jspm",
"format": "global",
"d…
-
jspm b7
I developed an override for `github:mbenford/ngTagsInput@3.0.0` and put it into my package.json. Then CircleCI ran this build using that override. You can see from the output below there is a…
-
As mentioned in #59:
> it can be a good help for the tranlsators, if you put a html page on the github, which has a form to enter values, select language, hit a submit button then get test results.
…