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
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/
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: