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 You should assign "this" to a consistent variable across your project #2

Open
saket424 opened this issue Mar 24, 2016 · 0 comments

Comments

@saket424
Copy link

Encountered 2 errors when i ran the angular ui project. Not sure if these are fatal error though

$ gulp serve
[09:44:50] Using gulpfile ~/mean-talk/finished/ui/gulpfile.js
[09:44:50] Starting 'scripts'...
[09:44:55] Starting 'styles'...
[09:45:03] gulp-inject Nothing to inject into index.scss.
[09:45:03] Finished 'styles' after 8.79 s
[09:45:03]
/Users/anand/mean-talk/finished/ui/src/app/components/adddog/adddog.controller.js
10:16 error You should assign "this" to a consistent variable across your project: vm angular/controller-as-vm

/Users/anand/mean-talk/finished/ui/src/app/components/doglist/doglist.controller.js
11:16 error You should assign "this" to a consistent variable across your project: vm angular/controller-as-vm

✖ 2 problems (2 errors, 0 warnings)

[09:45:03] all files 3.34 kB
[09:45:03] Finished 'scripts' after 14 s
[09:45:03] Starting 'inject'...
[09:45:04] gulp-inject 1 files into index.html.
[09:45:04] gulp-inject 6 files into index.html.
[09:45:04] Finished 'inject' after 403 ms
[09:45:04] Starting 'watch'...
[09:45:04] Finished 'watch' after 29 ms
[09:45:04] Starting 'serve'...
[09:45:06] Finished 'serve' after 1.86 s
[BS] [BrowserSync SPA] Running...
[BS] Access URLs:


   Local: http://localhost:3000/
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