Move all controllers into page definitions and add support for layout profiles

This commit is contained in:
Joseph Schorr 2015-02-20 18:15:48 -05:00
parent f650479266
commit d6d11644d8
34 changed files with 3744 additions and 3428 deletions

View file

@ -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) {