- Update ng-table to master.

- Device list icon view works now.
This commit is contained in:
Gunther Brunner
2014-03-19 18:42:15 +09:00
parent e4cd3eb91a
commit ea13232f10
5 changed files with 35 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
module.exports = function UserServiceFactory($http) {
var userService = {
}
var userService = {}
userService.user = (function () {
var userPromise = $http.get('/api/v1/user')