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

unable to run the application #8

Open
perthram opened this issue Sep 23, 2015 · 1 comment
Open

unable to run the application #8

perthram opened this issue Sep 23, 2015 · 1 comment

Comments

@perthram
Copy link

Error: [$injector:unpr] Unknown provider: $templateRequestProvider <- $templateRequest <- $route <- ngViewDirective

Getting above error when trying to host the web application.tried all the suggested options to resolve the above issue but unable to resolve it.

@sdluhaibing
Copy link

It works after the below actions:

  1. Change the resolutions-> angular to "angular": "~1.3" in bower.json
  2. Bower install
  3. Change "_.merge(angular.copy(widgetDefinition)" to "$.merge(angular.copy(widgetDefinition)" in
    line#848 of malhar-angular-dashboard.js
  4. Grunt server --force

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