This commit is contained in:
Onoshko Dan 2014-05-30 01:15:37 +07:00
parent ba27794eb3
commit fd2264d611

View File

@ -343,7 +343,7 @@ As you see, you can use keyword `when`, it's like `case`, but if the condition i
// js
(function(){
NgModule app = angular.module('app', []);
var app = angular.module('app', []);
})();
Also you can use multiple closures in one file: