We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b30ef7 commit d23949dCopy full SHA for d23949d
2 files changed
templates/app/client/app/account(auth)/settings/settings.controller.js
@@ -1,10 +1,10 @@
1
'use strict';
2
3
class SettingsController {
4
- constructor(Auth) {
5
- this.errors = {};
6
- this.submitted = false;
+ errors = {};
+ submitted = false;
7
+ constructor(Auth) {
8
this.Auth = Auth;
9
}
10
templates/app/client/app/admin(auth)/admin.controller.js
@@ -3,6 +3,10 @@
(function() {
class AdminController {
+ <%_ if(filters.ts || filters.flow) { _%>
+ users: Object[];
+
+ <%_ } _%>
constructor(User) {
11
// Use the User $resource to fetch all users
12
this.users = User.query();
0 commit comments