Re: [Rails] Rails 4, Foundation 6, Angular 1.5.0

2016-04-09 Thread paul h
Hi Hassan, Thanks for the tips below, they helped. Finally fixed it by instantiating the angular app in application.js rather than in it's own app.js.coffee file and letting sprockets handle it. Thanks for your time. Paul On Friday, April 8, 2016 at 4:32:07 PM UTC+1, Hassan Schroeder wrote: >

Re: [Rails] Rails 4, Foundation 6, Angular 1.5.0

2016-04-08 Thread Hassan Schroeder
On Fri, Apr 8, 2016 at 7:54 AM, paul h wrote: > In Development on localhost (OSX) everything is fine and dandy. > > In Production, on a Centos Server, I get the following error from Angular No experience with Angular, but the first things I'd ask are: 1) Is there anything unusual in the product

[Rails] Rails 4, Foundation 6, Angular 1.5.0

2016-04-08 Thread paul h
Hi All, I have a Rails app that's been running in Production in my office for a few years now. (Rails 4.1 with Foundation 5). I have attempted to update it to Rails 4.2.6, with Foundation 6 and AngularJS 1.5.0 - it's angular I want for the next few features. In Development on localhost (OSX)