aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/js/directives.js
AgeCommit message (Collapse)Author
2012-05-05Basic message receive/send featureZaran
Note: the tab directive is not needed anymore because the ngClick directive already calls preventDefault()
2012-05-02cleanupsGuillaume Horel
2012-05-01Working version of the tabsZaran
2012-05-02style cleanupsGuillaume Horel
2012-04-24User availibility status improvementsZaran
* store the status of users as received in the presence stanzas * new filter to convert a status as defined in rfc3921 to something readable (could be used to display contacts' status in a tooltip) * encapsulate bootsrap's dropdown plugin in the dropdown-toggle directive (adding the dropdown-toggle directive to a tag calls Bootstrap's dropdown initializer on this tag at compile time * allow the user to change his status via a dropdown button. This works, but angular complains that $apply is already in progress when you try to change your status
2012-04-22New version of the tabs using a directiveGuillaume Horel
2012-04-02regorg filesGuillaume Horel