Kos Huang

Results 5 issues of Kos Huang

My code is something like this, ``` ``` and main js code is like ``` movie.busy = true; if (options && options.replace) { $scope.movies.splice(0); } list(movie.type, movie.page).then(function(data){ $scope.movies = $scope.movies.concat(data);...

Hi, When I set a background image to a class in css file and use it the by css modules. It will complain unused source files found. Do you have...

bug
help wanted

Hi, In my case I would like to just fetch a single record like what we are using RESTful API like `GET /users/1`. How should I do if I want...

Hi, I tried to use `plugin-sass` but always got an error like ``` system.src.js:5036 GET http://localhost:3000/dist/app/admin/test.scss.js 404 (Not Found) ``` Could someone give me a hint? Here is what I...

Hi, When I tried to upgrade `ui-router` to `1.0.0-rc.1` to make route support component, I realized that it seems like the `$state.go` was not working for FutureState. Does someone have...