No commit activity in last 3 years
No release in over 3 years
Injects AngularJS Foundation directives into your asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

angularjs-foundation-rails

angularjs-foundation-rails wraps the AngularJS Foundation directives library for use in Rails 3.1 and above. Assets will minify automatically during production.

Usage

Add the following to your gemfile:

gem 'angularjs-foundation-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require angular
//= require angular-mm-foundation

If you would like to use the default foundation templates, use the following directive instead

//= require angular
//= require angular-mm-foundation-tpls

You may need to add 'mm-foundation' into your app declaration for example

app = angular.module('MyApp', ['mm.foundation'])

Gem based on angular-ui-bootstrap-rails (https://github.com/cconstantin/angular-ui-bootstrap-rails) by Chris Constantin