search for: angularjs

Displaying 12 results from an estimated 12 matches for "angularjs".

Did you mean: angular
2013 Oct 18
1
Rails 4 + AngularJs (unembedded client) integration sample
Hi everybody, I''m experimenting with Rails and AngularJs (as unembedded client) and decided to upload to a public github repository my efforts. Of course, everything is just a toy application I use to experiment and test on various stuff (there''s absolutely no production ready nor TDD/BDD backed code). As of now a very basic login/signup featu...
2014 Mar 14
0
AngularJS options with a simple_form checkbox
Hi guys, How does one assign ng-model to a checkbox in simple_form? I have tried adding it like this: =f.input :super_admin , label: false, checked_value: true, unchecked_value: false, as: :boolean,:input_html=>{"ng-model"=>"superadmincbx"} but my ng-hide does not work. %span{"ng-hide"=>"superadmincbx"} I'm also using the Batarang
2012 Sep 18
4
"best practices" for Rails serving RESTful JSON services for use by AngularJS, Ember.js, etc.
I''ve been writing a gem to implement and extend common controller functionality so that Rails can be used with Javascript frameworks like AngularJS (which we are using), Ember.js, etc. in such a way that the user doesn''t have to tweak a a bunch of rails g controller boilerplate code to provide services for use in these frameworks that in turn would require various changes to fit the normal Rails way to specify things. The gem is h...
2016 Aug 11
1
script to make webpage snapshot
I have some some angularjs sites that I test with protractor and a chrome webdriver. I read in the docs at some point that I could take and save screenshots if I wanted. You may be able to write a simple nodejs script to kick of the webdriver and take the screenhsot. Or someone may have already writen one :-) https://www.s...
2013 Nov 14
1
Possible bug: TC with HFSC fails to load if umax is not provided
...----------------------------------------------- DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
2012 Dec 18
2
cache-busting non-digest assets in sprockets in development a good idea? should headers in sprockets be configurable?
...s.env.development? module Sprockets module Server private alias_method :sprockets_headers, :headers def headers(env, asset, length) sprockets_headers(env, asset, length).tap do |headers| # cache-bust .html assets because in our case they are frequently AngularJS templates we need to tweak if !path_fingerprint(env["PATH_INFO"]) && asset.pathname.basename.to_s[''.html''] headers["Cache-Control"] = "max-age=0, private, must-revalidate" end end end end en...
2020 Mar 03
0
VoIP support engineer opportunity
...written and verbal English language ability. 7. Independant and critical thinking ability. 8. Have experience providing professional IT support to business. 9. Be an individual self-employed contractor. Nice-to-have: 1. Experience with Kamailio, NFS, GlusterFS, Puppet, or Zabbix. 2. Javascript or AngularJS programming ability. 3. HTML and CSS programming ability. 4. Advanced network knowledge (beyond basic Linux networking which is a must-have). To apply for this role email me off-list. In your application: 1. List your experience/compatibility for each of the must-have requirements individually, pl...
2023 Apr 28
0
VoIP support engineer opportunity
...ently. Although there are other staff, most work is done by one engineer on their own. 8. Have experience providing professional IT support to business. 9. Be an individual self-employed contractor. Nice-to-have: 1. Experience with Kamailio, NFS, GlusterFS, Puppet, or Zabbix. 2. C, Go, Javascript, AngularJS, HTML or CSS programming ability. 3. Advanced network knowledge (beyond basic Linux networking which is a must-have). To apply for this role please email me off-list. Do not call by phone unless arranged in advance. In your application: 1. List your experience/compatibility for each of the must-h...
2014 Jun 04
0
Rails with Angular and Devise
I had a non-Angular Rails app with Devise powering the authentication. Almost all of it. However as we are moving it to AngularJS, had a question or two about how to integrate that with Angular. 1. What all parts of Devise can still be used? 2. What are best practices around how to maintain session in angular? 3. Also, how do I manage multiple roles(*based on 2 different models*, both devise authenticable) ?...
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote: > Quoting Valeri Galtsev <galtsev at kicp.uchicago.edu>: > >> >> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: >>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote: >>>> Could someone recommend a script or utility one can run from command line >>>> on Linux or UNIX machine to make a
2012 Sep 04
10
Generic asset definitions and management
(The following is not a Rails-specific question, but relates to a problem that affects Rails, so I wonder whether anyone on the team has an opinion about it or knows whether a solution is already in development.) While gem dependencies can be easily managed in a Gemfile by Bundler, when it comes to other assets, you either have to manually copy javascript files into the app/assets or vendor
2013 Nov 17
6
Re: [edk2] [PATCH RFC 0/7] OvmfPkg: make OVMF fully working with Xen
On Sat, Nov 16, 2013 at 3:31 AM, Jordan Justen <jljusten@gmail.com> wrote: > When I try to boot this on qemu or kvm, it asserts because the video > framebuffer address is NULL. > That''s expected because of the hack. ;-) > On Fri, Nov 15, 2013 at 7:58 AM, Wei Liu <wei.liu2@citrix.com> wrote: >> This is a quick hack I pulled together last night to make OVMF