1
票
承認済み
blur-admin でスタイルが適用されない
まずAngularJS 1.x系なのでNodeのバージョンを下げた方が良いです
8か10あたりのバージョンになると思います(Nodeは偶数バージョンが安定版です)
両バージョン試しましたが私の環境では gulp "angular" is not defined は発生しませんでした
gulp serve 後、コンソールログに以下のエラーが出力されていました
Uncaught ...
1
票
AngularのNgForOfのNgとは何の略でしょうか?
@oriri さんの回答の追加情報として。
ngはAngularが自身用のディレクティブを示す接頭辞として予約しているそうですね。
Directive custom prefix
Don't prefix a directive name with ng because that prefix is reserved for Angular and using it could cause ...
1
票
承認済み
AngularのNgForOfのNgとは何の略でしょうか?
AngularJS / Miscellaneous/ FAQ によると
Why is this project called "AngularJS"? Why is the namespace called "ng"?
Because HTML has angular brackets and "ng" sounds like &...
1
票
JavaScriptでcache bustingを自動化する方法
次のように外部 css タグの文字列を javascript で生成し、 head 中で document.write すれば読み込まれます。
(スニペット実行だと分かりにくいので文字色を赤にする css を入れておきます。)
<head>
<script>
const now = new Date()
const y ...
1
票
angularJSのng-clickとng-styleを使った方法
$scope.$apply(function(){
if(check.style==null){
check.style = "{backgroundColor: 'red' }";
}else{
check.style = "{backgroundColor: 'blue' }";
}
});
これで動かないでしょうか?
無効化に投票
関連するタグ
angularjs × 176javascript × 70
monaca × 57
onsen-ui × 51
cordova × 13
html × 12
coffeescript × 11
jquery × 8
typescript × 7
ios × 4
twitter-bootstrap × 4
ui-router × 4
css × 3
node.js × 3
heroku × 3
angular2 × 3
java × 2
php × 2
ruby-on-rails × 2
json × 2
spring × 2
ajax × 2
google-maps × 2
cookie × 2
angular4 × 2