Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 342ac8d

Browse files
committed
bumps to 1.1.0
1 parent 3a76055 commit 342ac8d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎changelog/1.1.0.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
New Features
2+
3+
- You can now override the Project folders.
4+
see https://github.com/angular-ui/AngularJS-sublime-package#indexing-options for more details.
5+
6+
- It's now possible to see a list of controllers by triggering auto-complete (ctrl+space) when your cursor is within the ng-controller="|" directive.
7+
see https://github.com/angular-ui/AngularJS-sublime-package#the-following-completions-require-you-to-index-your-project for more details.
8+
9+
- Adds new directives from AngularJS 1.2.0

‎messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"1.0.2": "changelog/1.0.2.txt",
55
"1.0.3": "changelog/1.0.3.txt",
66
"1.0.4": "changelog/1.0.4.txt",
7-
"1.0.5": "changelog/1.0.5.txt"
7+
"1.0.5": "changelog/1.0.5.txt",
8+
"1.1.0": "changelog/1.1.0.txt"
89
}

0 commit comments

Comments
 (0)