Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fix runtime error in sample code #6969

Closed
wants to merge 1 commit into from
Closed

Conversation

woodardj
Copy link
Contributor

@woodardj woodardj commented Apr 3, 2014

Extra angular.module('myApp', []) call wipes out previously defined myApp module

Extra angular.module('myApp', []) call wipes out previously defined myApp module
@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#6969)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@caitp
Copy link
Contributor

caitp commented Apr 3, 2014

well, it's not actually a runtime error, but it does look better, so lets merge that

@caitp caitp closed this in 6cd6ec6 Apr 3, 2014
caitp pushed a commit that referenced this pull request Apr 3, 2014
There was an extra call to angular.module() not being used in 'getter' mode. While this doesn't
break the demo app, it does look kind of weird, so lets toss it.

Closes #6969
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants