Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD definition fix #284

Merged
merged 1 commit into from
Apr 28, 2014
Merged

AMD definition fix #284

merged 1 commit into from
Apr 28, 2014

Conversation

guillaumesmo
Copy link
Contributor

"angular || null" will return an error if angular is not defined, not null as expected

this change makes ng-table compatible with requireJS (bug appeared when ng-table was loaded before angular, that can happen at random)

"angular || null" will return an error if angular is not defined, not null as expected

this change makes ng-table compatible with requireJS (bug appeared when ng-table was loaded before angular, that can happen at random)
esvit added a commit that referenced this pull request Apr 28, 2014
@esvit esvit merged commit 85fd295 into esvit:master Apr 28, 2014
@guillaumesmo guillaumesmo deleted the patch-1 branch April 29, 2014 12:47
dfsq added a commit to dfsq/ng-table that referenced this pull request May 10, 2014
This is a missing piece of the fix for esvit#284. 01-intro.js should also be fixed otherwise this AMD definition will still be incorrect upon the project build (grunt concat task).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants