Files
openfoodnetwork/spec/javascripts/application_spec.js
Kristina Lim a37e9f1b87 Use v0.9.0-20180826174721 in kristinalim fork of angular-foundation
There is a bug in the handling of % values for the "top" CSS property of
the modals. See details here:

https://github.com/kristinalim/angular-foundation/pull/1

A PR to the original repository has also been submitted, but the project
doesn't seem to be active anymore:

https://github.com/yalabot/angular-foundation/pull/319

And to another fork of the repository:

https://github.com/cwadrupldijjit/angular-foundation/pull/1

The bug was causing the 10% "top" CSS property for the modal to be
treated as 10px.
2018-09-05 23:58:25 +08:00

21 lines
616 B
JavaScript

//= require angular
//= require angular-resource
//= require angular-animate
//= require angular-mocks
//= require angular-cookies
//= require angular-backstretch.js
//= require angularjs-file-upload
//= require lodash.underscore.js
//= require angular-flash.min.js
//= require shared/ng-tags-input.min.js
//= require shared/mm-foundation-tpls-0.9.0-20180826174721.min.js
//= require textAngular-rangy.min.js
//= require textAngular-sanitize.min.js
//= require textAngular.min.js
//= require moment
//= require i18n
angular.module('templates', [])
angular.module('google-maps', []);
angular.module('duScroll', []);