Package com.gitblit.wicket.ng

Examples of com.gitblit.wicket.ng.NgController.addVariable()


      list.add(item);
    }

    // inject an AngularJS controller with static data
    NgController ctrl = new NgController(ngCtrl);
    ctrl.addVariable(ngList, list);
    add(new HeaderContributor(ctrl));
  }

  protected class RepoListItem implements Serializable {
View Full Code Here


      list.add(item);
    }

    // inject an AngularJS controller with static data
    NgController ctrl = new NgController(ngCtrl);
    ctrl.addVariable(ngList, list);
    add(new HeaderContributor(ctrl));
  }

  protected class RepoListItem implements Serializable {
View Full Code Here

      list.add(item);
    }

    // inject an AngularJS controller with static data
    NgController ctrl = new NgController(ngCtrl);
    ctrl.addVariable(ngList, list);
    add(new HeaderContributor(ctrl));
  }

  protected class ProjectListItem implements Serializable {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.