AbraaoAlves
AbraaoAlves
Just add typescript definition file with comments to get autocomplete on typescript code.
Npm still have version 0.0.4 for this package.
Allow use hotkey like this: ``` html ``` ``` html ``` [note]: this PR put event.preventDefault in click event, assuming that ng-click is present. Fixes #197
Like this: ``` html ``` ### Why? : 1. Today, it is writing like this: ``` html ``` 2. Besides of code duplication and verbose syntax, we have to manage...
Sample: ``` javascript characterFilter('hello world', 4) // hell... ```
**Description** `File.DuplicateRow` is a useful method for keep format and styles, but it can be worst if you need to work/duplicate more than 1k rows. **Describe the results you received:**...
**I'm submitting a feature request** * **What is the expected behavior?** Add [Fuse-Box]() as loader/bundler option on cli * **What is the motivation/use case for changing the behavior?** Support for...
"Some idiot is using your tool to mass scan our network" - https://github.com/robertdavidgraham/masscan/issues/482
#53 Like auto complete in ui.bootstrap, objects in array are rendered with `toString` method. Ex: ``` javascript var citys = [{id:1, name:'Berlin', toString(){ return thi.name}, {id:2, name:'London', toString(){ return this.name9o9}]...