0
で定義されていない私はgenerator-gulp-angular
を使用してい私は"firebaseが" 発電グッ-角度
bower install firebase --save
bower install angularfire --save
とfirebaseとangularfire加えそしてIは以下のようにモジュールにfirebaseを添加しました。
angular.module('myApp', ['firebase']
MainControllerでconfigを定義し、以下のように初期化しました。
vm.config = {
apiKey: "yuygjgjhghjguyfuyfuyccncvcn",
authDomain: "hjgjhghjghjg.firebaseapp.com",
databaseURL: "https://hjghjgjhghj.firebaseio.com"
};
function activate() {
getWebDevTec();
getMenu();
firebase.initializeApp(vm.config);
$timeout(function() {
vm.classAnimation = 'rubberBand';
}, 4000);
}
私がgulp serve
を実行すると、以下のエラーが発生します。
29:7 error "firebase" is not defined no-undef
私が間違っている場所を教えてください。
あなた '亭のinstall''dを
firebase
サービスを注入していることを確認していますが、あなたのHTMLでの' ' 他の場所にも追加する必要がありますか? – rangmaあなたのコントローラに 'firebase'サービスを注入していますか? – SteamDev