摘要: Link: https://lodash.com/docs#memoize Example: It is useful when you want to find something like userId, then you can use memoize() to cache the resul 阅读全文
posted @ 2016-03-16 15:15 Zhentiw 阅读(349) 评论(0) 推荐(0)
摘要: angular.module('APP', []) .controller('MainController', function($scope, UserConstants){ var user = { firstName: 'Benjamin', lastName: 'Roth' }; this.user = user; this.userTypes = ... 阅读全文
posted @ 2016-03-16 15:10 Zhentiw 阅读(445) 评论(0) 推荐(0)