Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
app
Commits
4fb47e4d
Commit
4fb47e4d
authored
Aug 16, 2017
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates ionic/ionic-instruction.md
Auto commit by GitBook Editor
parent
0843e81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ionic-instruction.md
ionic/ionic-instruction.md
+5
-1
No files found.
ionic/ionic-instruction.md
View file @
4fb47e4d
...
@@ -28,7 +28,10 @@ var JPushServiceModule = angular.module('JPushServiceModule',[]);
...
@@ -28,7 +28,10 @@ var JPushServiceModule = angular.module('JPushServiceModule',[]);
*
`tab-charts`
是报表tab功能使用的view
*
`tab-charts`
是报表tab功能使用的view
*
`tab-tools`
是工具tab使用的view
*
`tab-tools`
是工具tab使用的view
*
`tab-myInfo`
是我的tab使用的view
*
`tab-myInfo`
是我的tab使用的view
4.
js文件书写规范
*
`Angular`
采用依赖注入模式,
`js`
中需要使用那些服务注入哪些,多余的不要注入。
*
采用
`this`
关键字代替
4.
在此举例主页tab申请创建功能
4.
在此举例主页tab申请创建功能
```
javascript
```
javascript
angular
.
module
(
'starter'
)
angular
.
module
(
'starter'
)
...
@@ -60,6 +63,7 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp,
...
@@ -60,6 +63,7 @@ function projectCreateCtrl($state, $scope, $ionicModal, baseConfig, hlsHttp,
*
3.0 定义
`projectCreateCtrl`
controller,命名规范参考
[
前端开发规范
](
/ionic/ionic-code-style.md
)
*
3.0 定义
`projectCreateCtrl`
controller,命名规范参考
[
前端开发规范
](
/ionic/ionic-code-style.md
)
**同一应用controller不能从复**
**同一应用controller不能从复**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment