2016年3月21日 星期一

[angular] 修正 controller 重複呼叫 function

有使用 $routeProvider, 發現網址指過去的 controller,在瀏覽頁面的時候會重複呼叫,方法之一是檢查 $routeProvider,之二是,$routeProvider 已有指定 templateUrl,所以如果你 template 有 Div(或其他 HTML ) 的 attr 有指定 ng-controller 要拿掉。

(說真的我也不知道為什麼這樣解得掉)

搜尋關鍵字:  Double calling controller in Angular JS.

沒有留言:

張貼留言

若你看的文章,時間太久遠的問題就別問了,因為我應該也忘了... XD

Vue multiselect set autofocus and tinymce set autofocus

要在畫面一進來 focus multiselect 的方式: 參考: https://jsfiddle.net/shentao/mnphdt2g/ 主要就是在 multiselect 的 tag 加上 ref (例如: my_multiselect), 另外在 mounted...