Commit 85c6fb51 authored by JingChao's avatar JingChao

Updates ionic/ionic-instruction.md

Auto commit by GitBook Editor
parent 0da48779
...@@ -66,9 +66,9 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp, ...@@ -66,9 +66,9 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp,
* html页面的编写 * html页面的编写
在html页面中调用controller里面的属性时 在html页面中调用controller里面的属性时
```javascript ```javascript
<div class="next-button" ng-click="pCreat.create(pCreat.project)">创建</div> <div class="next-button" ng-click="pCreat.create(pCreat.project)">创建</div>
``` ```
**必须使用controller 别名如`pCreat.create()`函数** **必须使用controller 别名如`pCreat.create()`函数**
......
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