We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0719b8 commit 113101bCopy full SHA for 113101b
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.5.1 (2017-12-03)
2
+* fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - [#82](https://github.com/angular-ui/AngularJS-Atom/issues/82)
3
+* support autocompletions with prefix started with $
4
+
5
### 0.5.0 (2017-12-02)
6
* use autocomplete-plus for autocompletion.
7
* older autocompletion doesn't work with latest Atom.
package.json
@@ -1,6 +1,6 @@
{
"name": "angularjs",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "./lib/angularjs",
"description": "An AngularJS package for Atom",
"keywords": [
0 commit comments