mpochron

Results 11 comments of mpochron

+1 `bower install bootstrap-glyphicons` (doesnt work, probabbly owner has old account and repository has been deleted)

U can do. `bower install angular-slideables` `npm install angular-slideables` These package are created by me.

For me worked after removing paltforms.

``` C:\project\app>ls -all total 47 drwxrwx---+ 1 Admin xxxxx 0 Oct 24 22:23 . drwxrwx---+ 1 Admin xxxxx 0 Oct 24 22:23 .. -rwxrwx---+ 1 Admin xxxxx 140 Sep 26...

We can use library for IOS https://github.com/rs/SDWebImage/ ?

@jcristovao try to use command `typings install js-yaml=github:DefinitelyTyped/DefinitelyTyped/js-yaml/index.d.ts#a5f4d50cccf025b6a8088093e76da2b20c1220f3 --global --save` it worked for me.

Example: ``` class XXXForm(ModelForm): xxxxuser = MultipleChoiceField( choices=[], widget= autocomplete.ListSelect2( url='user_autocomplete', attrs={ 'data-html': True , 'data-placeholder': 'Find user', 'multiple': True } ) ) ```