0
在角的在線免費課程,我看到:
app.controller('GalleryController', function(){
this.current = 0;
this.setCurrent = function(imageNumber){
this.current = imageNumber || 0;
};
});
但通常$scope
作爲參數傳遞給控制器過去了......所以,是不是真的需要?
我很害怕事實並非如此。當前的prop和setCurrent方法就像它們在$ scope上定義一樣工作。所以它不是需要或不需要的。不管怎麼說,還是要謝謝你。 – user1769128 2014-11-03 12:44:55