Angular in 10 Minutes

preview_player
Показать описание

Code:
.run(function(myService){
})
.controller("myController", function($scope,myService){
})
.service('myService',function(){
})
.directive("winter",function(myService){
return {
template:"I had a dream of Spring"
}
})
Рекомендации по теме
Комментарии
Автор

wow no comments since 2015 ??? thanks for this quick nice tutorial !

itmemo
Автор

Hhh funny to watch the same video a year later, and wish to like it again hhh

itmemo