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

Error to use $script.path many often #83

Open
francisrod01 opened this issue Jun 7, 2015 · 0 comments
Open

Error to use $script.path many often #83

francisrod01 opened this issue Jun 7, 2015 · 0 comments

Comments

@francisrod01
Copy link

I can't use script.noConflict() and not $script.path many often.

var $d = $script.noConflict();
$d.path = 'Directives/';
$d('Range');

var $c = $script.noConflict();
$c.path = 'Controllers/';
Uncaught TypeError: Cannot read property 'noConflict' of undefined

or the $script ignore the path parameter.

GET http://localhost:8100/Controllers/Range.js  --> ('/Directives/Range.js)
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

No branches or pull requests

1 participant