2014年8月6日 星期三

Angular scope 在 console 模式下取得方式

來源

angular.element('[ng-controller=ctrl]').scope() Of a button angular.element('button:eq(1)').scope() ... and so on. You might actually want to use a global function to make it easier window.SC = function(selector){ return angular.element(selector).scope(); }; Now you could do this SC('button:eq(10)') SC('button:eq(10)').row // -> value of scope.row

【下列文章您可能也有興趣】

沒有留言: