Search found 24 matches

Go to advanced search

by Chris N
Tue Jul 07, 2015 4:54 pm
Forum: Issues
Topic: Bootstrap/AngularJS HTML5 localStorage and sessionStorage
Replies: 7
Views: 1134
 
Jump to post

Bootstrap/AngularJS HTML5 localStorage and sessionStorage

Hi Alena,

What about persisting data beyond sessions (which currently happens via localStorage), what is the recommended method using the Bootstrap/AngularJS tools?

by Chris N
Wed Apr 22, 2015 5:16 pm
Forum: Issues
Topic: Where are themes in the new Bootstrap AngularJS UI?
Replies: 7
Views: 869
 
Jump to post

Where are themes in the new Bootstrap AngularJS UI?

Hi Illya,

Thank you, I'm happy to hear that themes will be incorporated further. Can you detail a bit more about what you mean by "corrections for the weight of CSS selectors in the theme"?

Thanks,
Chris

by Chris N
Wed Apr 22, 2015 5:14 pm
Forum: Issues
Topic: Mapping edit support in Bootstrap/AngularJS
Replies: 7
Views: 919
 
Jump to post

Mapping edit support in Bootstrap/AngularJS

Hi Sergiy, Lets say I make a new function which invokes a service: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1192479/functionnomapping_inline.JPG?1429722596 I click on the pre-invoke mapping, and add a simple mapping from token to the authorized header. When I return to the function code from ...
by Chris N
Wed Apr 22, 2015 5:05 pm
Forum: Issues
Topic: Bootstrap/AngularJS datepicker?
Replies: 4
Views: 559
 
Jump to post

Bootstrap/AngularJS datepicker?

Hi Sergiy, To clarify, you recommend the following action? Add UI Bootstrap js as a resource for project Add html component to page For HTML source, reference control type e.g. input type="text" class="form-control" datepicker-popup="{{format}}" ng-model="dt" ...
by Chris N
Wed Apr 22, 2015 4:59 pm
Forum: Issues
Topic: Bootstrap/AngularJS HTML5 localStorage and sessionStorage
Replies: 7
Views: 1134
 
Jump to post

Bootstrap/AngularJS HTML5 localStorage and sessionStorage

Hi Alena, If that is the case, what is the recommended way to persist data? Between different pages/views in the same session Between new sessions I know angular has $cookie, but it doesn't seem robust enough for medium to large amounts of data (large json strings in my case) which should be persist...
by Chris N
Wed Apr 22, 2015 12:11 am
Forum: Issues
Topic: Mapping edit support in Bootstrap/AngularJS
Replies: 7
Views: 919
 
Jump to post

Mapping edit support in Bootstrap/AngularJS

I've been able to make use of the pre-invoke and successful-invoke service mapping without any issues - it adds the mapping code back into the service call code without issues. This is fine for adding mapping, but as far as I can tell, there isn't any support currently for editing mapping. If I clic...
by Chris N
Wed Apr 22, 2015 12:02 am
Forum: Issues
Topic: Bootstrap/AngularJS HTML5 localStorage and sessionStorage
Replies: 7
Views: 1134
 
Jump to post

Bootstrap/AngularJS HTML5 localStorage and sessionStorage

Are there any plans to support a way to access/modify/map the html5 localStorage and sessionStorage from within Bootstrap/AngularJS projects?

by Chris N
Tue Apr 21, 2015 11:59 pm
Forum: Issues
Topic: Bootstrap/AngularJS datepicker?
Replies: 4
Views: 559
 
Jump to post

Bootstrap/AngularJS datepicker?

I'd like to migrate my current jquery mobile app to angular and have been reviewing the current controls in use. I've made heavy use of two that I don't see represented in Bootstrap/AngularJS: Collapsible - Perhaps this is simply the same as Accordion? Datepicker (with calendar popup) - I don't see ...
by Chris N
Tue Apr 21, 2015 11:49 pm
Forum: Issues
Topic: Where are themes in the new Bootstrap AngularJS UI?
Replies: 7
Views: 869
 
Jump to post

Where are themes in the new Bootstrap AngularJS UI?

Hi Illya,

Will themes be supported somehow in the future with bootstrap? Can we override the bootstrap defaults by supplying our own CSS? Is there some best practices if we want to begin adding our own skinning for bootstrap?

by Chris N
Wed Apr 15, 2015 9:52 pm
Forum: Issues
Topic: What is the best way to display array item when selected from array list?
Replies: 2
Views: 383
 
Jump to post

What is the best way to display array item when selected from array list?

Thanks Sergiy, saving the full object rather than just the index number makes it easy to map.

Go to advanced search