Armno P.

Results 4 comments of Armno P.

@flauc agreed with your comment on transition values. I have tested only on my app and it worked fined, but haven't test on the demo page. I think so that...

here are what I have done so far .. after cloned the project from github ``` sh $ npm install -g typescript typings gulp $ npm install # in project's...

i have this very problem when i use array data with `ng-options`. for example ``` html // controller $scope.genders = ['male', 'female']; // view ``` i solved the problem by...