Skip to content

Instantly share code, notes, and snippets.

angular.module('index', ['data'])
.controller('IndexController', ['routeList', function (routeList) {
//*
routeList.getAjaxData(function (data) {
this.routeList = routeList.sort(data);
});
/*/
this.get = function () {
//routeList.getAjaxData();
this.routeList = routeList.getAjaxData();