Skip to content

Commit ebbaa10

Browse files
Merge pull request #396 from Gillespie59/development
1.1.1
2 parents cba4fa3 + e1e74f0 commit ebbaa10

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "6.0"
34
- "5.0"
45
- "4.2"
56
- "0.12"

examples/controller-name.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ angular.module('myModule').controller('MyController', function () {
33
// ...
44
});
55

6-
// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /[A-Z].*Controller$/"
6+
// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /^[A-Z][a-zA-Z0-9]*Controller$/"
77
angular.module('myModule').controller('MyCtrl', function () {
88
// ...
99
});

package.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-angular",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "ESLint rules for AngularJS projects",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)