angular中dom操作放controller還是directive裡?
放directive裡。
controller必須不能操作dom。 controller是操作頁面上的資料。
操作DOM需要使用directive,相關的angular編寫規格可以參考:https://github.com/johnpapa/angular-styleguide#manipulate-dom-in-a-directive
放directive裡。
controller必須不能操作dom。 controller是操作頁面上的資料。
操作DOM需要使用directive,相關的angular編寫規格可以參考:
https://github.com/johnpapa/angular-styleguide#manipulate-dom-in-a-directive