bootstrap - 標識出應用的主檢視(被稱為 根元件 ),它是所有其它檢視的宿主。只有 根模組 才能設定 bootstrap 屬性。
only the root module should set this bootstrap property.
深刻理解,其他檢視宿主!!
//@component()
@component()
//@ngmodule()
index.html<
body
>
<
my-header
>
my-header
>
<
>loading...
>
body
>
解決方案一:
//@component()
為什麼這樣就能加上了呢?思考中。。。。
bootstrap 檢視宿主,難道是。。。見解決方案二
解決方案二:
//@ngmodule()
乙個angularjs引用問題
當我用 scriptsrc js angular.min.js 這個方式應用js的時候,如下 scope.task hello,world scope.tasks 這個時候會報乙個注入錯誤 uncaught error injector modulerr 因為例子是對應網上的乙個例子,執行它的 沒有...
乙個登入頁面
登入頁面寫起來很簡單,但寫多了每次都重新寫乙個的話還是覺得很費事的,所以寫了個模板放這裡,以後需要的話直接用這個改。登入 title style login login title line line input line a line span log submit style head body...
從乙個頁面傳值到另乙個頁面
方法一 querystring 有兩個頁面 webform1.aspx,webform2.aspx。在webform1.aspx.cs的某些事件中放置如下 string url webform2.aspx?name this txtname.text response.redirect url 接著...