You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
If I have a controller layer in my app, how can I call the $('#rootwizard').bootstrapWizard({'tabClass': 'bwizard-steps'}) ? I've already tried with $scope var and nothing happens.
Another thing is, I'm having a problem with Jquery dependency. The error is: Uncaught ReferenceError: jQuery is not defined at dependencies.js:5970 in the line: onTabShow: null };})(jQuery);
The text was updated successfully, but these errors were encountered:
Knowing this only half of the issue but could you provide a gist or a snippet of your gruntfile so we can see it for ourselves? And also the package.json
If I have a controller layer in my app, how can I call the $('#rootwizard').bootstrapWizard({'tabClass': 'bwizard-steps'}) ? I've already tried with $scope var and nothing happens.
Another thing is, I'm having a problem with Jquery dependency. The error is: Uncaught ReferenceError: jQuery is not defined at dependencies.js:5970 in the line: onTabShow: null };})(jQuery);
The text was updated successfully, but these errors were encountered: