Skip to content

Commit a37e9f1

Browse files
committed
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: openfoodfoundation/angular-foundation#1 A PR to the original repository has also been submitted, but the project doesn't seem to be active anymore: yalabot/angular-foundation#319 And to another fork of the repository: cwadrupldijjit/angular-foundation#1 The bug was causing the 10% "top" CSS property for the modal to be treated as 10px.
1 parent 34adf7c commit a37e9f1

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

app/assets/javascripts/admin/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//= require moment/nb.js
6262
//= require moment/pt-br.js
6363
//= require moment/sv.js
64-
//= require ../shared/mm-foundation-tpls-0.8.0.min.js
64+
//= require ../shared/mm-foundation-tpls-0.9.0-20180826174721.min.js
6565
//= require angularjs-file-upload
6666

6767
//= require_tree .

app/assets/javascripts/darkswarm/all.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#= require lodash.underscore.js
1212
#= require angular-scroll.min.js
1313
#= require angular-google-maps.min.js
14-
#= require ../shared/mm-foundation-tpls-0.8.0.min.js
14+
#= require ../shared/mm-foundation-tpls-0.9.0-20180826174721.min.js
1515
#= require ../shared/ng-infinite-scroll.min.js
1616
#= require ../shared/angular-local-storage.js
1717
#= require ../shared/angular-slideables.js

app/assets/javascripts/shared/mm-foundation-tpls-0.8.0.min.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/assets/javascripts/shared/mm-foundation-tpls-0.9.0-20180826174721.min.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/javascripts/application_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//= require lodash.underscore.js
99
//= require angular-flash.min.js
1010
//= require shared/ng-tags-input.min.js
11-
//= require shared/mm-foundation-tpls-0.8.0.min.js
11+
//= require shared/mm-foundation-tpls-0.9.0-20180826174721.min.js
1212
//= require textAngular-rangy.min.js
1313
//= require textAngular-sanitize.min.js
1414
//= require textAngular.min.js

0 commit comments

Comments
 (0)