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

Issue with show function in angular-revolution.js #9

Open
amadsuda opened this issue Jun 7, 2017 · 1 comment
Open

Issue with show function in angular-revolution.js #9

amadsuda opened this issue Jun 7, 2017 · 1 comment

Comments

@amadsuda
Copy link

amadsuda commented Jun 7, 2017

Hello,

When I follow the guideline given,

<script type="text/javascript" src="https://code.angularjs.org/1.6.3/angular.js"></script>
<script type="text/javascript" src="js/angular-revolution.js"></script>
<script src="app.js"></script>	

I got this error,

TypeError: element.show is not a function
    at angular-revolution.js:75
    at angular.js:20119
    at completeOutstandingRequest (angular.js:6274)
    at angular.js:6554

Then, when I put the jquery.js above the Angularjs and it is running OK.

<script src="vendor/jquery/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="https://code.angularjs.org/1.6.3/angular.js"></script>
<script type="text/javascript" src="js/angular-revolution.js"></script>	

It seems like the function is not declared in Angular js. And how can I make it happen?

@sanjaydeveloper7
Copy link

same problem??

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

2 participants