Rui Gao
Rui Gao
If the model is not predefined, is there a way to save empty ng-tags-input as array? Here's the [demo](http://jsfiddle.net/9hs7njpx/6/) showing that ng-tags-input leaves model as undefined. I also tried to...
I'm trying to create a duration editor which could represent "x days x hours x minutes x seconds" for a number which stores total seconds. So the model `totalSeconds` is...
The model uses string value, not int or bool. Here's the sample code: http://jsfiddle.net/o0Lfh3bq/5/ When editing, the current model value is not selected. The issue is similar to #752
Steps to reproduce the issue in **Firefox**. 1. Add **onshow="onshow_callback"** attribute on **form** element 2. Add **dropdown-menu** in form 2. Click Edit button, everything is OK, the callback is triggered...
It seems that there are no demo UI in [Demo page](https://assisrafael.github.io/angular-input-masks/). I also tried clone the repo and open `demo/index.html`, but the JS links were broken.
Currently there is a log 'Finished executing task xxx', it will be better if it could also log the current time like 'Finished executing task xxx at 2017-09-25 11:01:30', or...
I tried session.operator
Code is quite similar to the 'Object-relational mapping' example. ``` session
> $ bower install blur-admin > bower blur-admin#* not-cached https://github.com/mobile-dvlper/Bluradmin.git#* > bower blur-admin#* resolve https://github.com/mobile-dvlper/Bluradmin.git#* > bower blur-admin#* download https://github.com/mobile-dvlper/Bluradmin/archive/master.tar.gz > bower blur-admin#* extract archive.tar.gz > bower blur-admin#* resolved https://github.com/mobile-dvlper/Bluradmin.git#9ab380fbb9...
Does this library support password protected archive extraction? I didn't find related API.