Ezequiel E. Tejada
Ezequiel E. Tejada
Hello, for some reason when I call "Facebook.login()" I get this error message: _TypeError: undefined is not a function at Scope.NgFacebook.login (http://localhost:9000/bower_components/angular-facebook/lib/angular-facebook.js:311:26) at $parseFunctionCall (http://localhost:9000/bower_components/angular/angular.js:12158:18) at http://localhost:9000/bower_components/angular-touch/angular-touch.js:472:9 at Scope.$eval (http://localhost:9000/bower_components/angular/angular.js:14200:28)...
Hello guys, I came across with this problem, when I tried to run the HTML task... ``` gulp.task('html', ['javascript', 'stylesheet'], function () { var assets = $.useref.assets({searchPath: ['.tmp', 'app/*.html', './']});...