Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 256 Bytes

Learn promises in AngularJs

Install

Run npm install

Task

The goal is to show div with id finished (call $scope.finished = true;) when interval inside randomWork function finishes it's work.

You should use $q service for this task!