Commit ce3cb7d9 authored by JingChao's avatar JingChao

Updates ionic/ionic-instruction.md

Auto commit by GitBook Editor
parent 3f0593a0
...@@ -64,10 +64,10 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp, ...@@ -64,10 +64,10 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp,
**同一应用controller不能从复** **同一应用controller不能从复**
* 4.0 html页面的编写 * 4.0 html页面的编写
``` ```javascript
<div class="next-button" ng-click="pCreat.create(pCreat.project)">创建</div> <div class="next-button" ng-click="pCreat.create(pCreat.project)">创建</div>
``` ```
必须使用 必须使用controller 别名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment