hi-ogawa / wordCollector

https://chrome.google.com/webstore/detail/word-collector/jfeinpeakgoblpcelmhdhajmdoeoifap
0 stars 0 forks source link

various forms (login, register, category, item, flash) as a popup (dialog) #21

Closed hi-ogawa closed 9 years ago

hi-ogawa commented 9 years ago

use animation given by bootstrap as much as possible. (but data-dismiss doesn't work well with angularjs ng-show or something)

hi-ogawa commented 9 years ago

focus input when popup

 link: (scope, element, attrs) ->
    element.find("input").first().focus()
hi-ogawa commented 9 years ago
hi-ogawa commented 9 years ago