摘要: angular.module('app', []) .controller('ItemController', function($scope, $interval) { // store the interval promise in this variable var promise; // simulated items array ... 阅读全文
posted @ 2017-09-01 20:26 快乐的咸鱼 阅读(941) 评论(0) 推荐(0) 编辑
摘要: function myFunc() { console.log(11111); } test("myFunc"); function test(funcName) { if(typeof(eval(funcName)) == "function"){ eval(funcName+... 阅读全文
posted @ 2017-09-01 14:59 快乐的咸鱼 阅读(10895) 评论(0) 推荐(0) 编辑