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

Fix for using only component router #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gleb-sevruk
Copy link

There was null reference exception when using only component router, i added simple nullref check.

"css"
],
"dependencies": {
"angular": ">= 1.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/castillo-io/angular-css"
"url": "git://github.com/Excelion/angular-css"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should remain untouched.

@@ -1,24 +1,26 @@
{
"name": "angular-css",
"main": "./angular-css.js",
"version": "1.0.8",
"version": "1.0.9",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you not bum the version? That way I can plan better what goes into what version.

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.

None yet

2 participants