Move all controllers into page definitions and add support for layout profiles
This commit is contained in:
parent
f650479266
commit
d6d11644d8
34 changed files with 3744 additions and 3428 deletions
2
static/js/services/angular-helper.js
vendored
2
static/js/services/angular-helper.js
vendored
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Helper code for working with angular.
|
||||
*/
|
||||
angular.module('quay').factory('AngularHelper', [function() {
|
||||
angular.module('quay').factory('AngularHelper', [function($routeProvider) {
|
||||
var helper = {};
|
||||
|
||||
helper.buildConditionalLinker = function($animate, name, evaluator) {
|
||||
|
|
Reference in a new issue