Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Fix params initialization in DefaultController #448

Merged
merged 1 commit into from
Feb 13, 2015

Conversation

deslee
Copy link
Contributor

@deslee deslee commented Feb 11, 2015

params is initialized to an array, but is used as an object. This results in the DefaultController's $scope.params property to be invalid. More detail can be found here: #437

`params` is initialized to an array, but is used as an object. This results in the DefaultController's $scope.params property to be invalid. More detail can be found here: zurb/foundation-apps#437
@gakimball gakimball added this to the 1.0.3 milestone Feb 11, 2015
jamieshark pushed a commit that referenced this pull request Feb 13, 2015
Fix params initialization in DefaultController
@jamieshark jamieshark merged commit d8c9878 into zurb:master Feb 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

3 participants