摘要: Install the latest version of NodeJS from their website (e.g. 6.X.X). Open the Node.js command prompt as administrator. Run: npm cache clean Run: npm 阅读全文
posted @ 2017-03-24 23:35 N1900 阅读(428) 评论(0) 推荐(0) 编辑
摘要: angular.module('app').directive('focus', function ($timeout,$parse) { return { restrict: 'A', link: function ($scope, $ele, $attrs, $controller) { let model = $parse($attrs.focus); ... 阅读全文
posted @ 2017-03-24 15:32 N1900 阅读(522) 评论(0) 推荐(0) 编辑