javascript - AngularJS pop-up chatbox -
i've been writing back-end of web-application using angularjs. application should allow user contact user via pop-up chat box (the type in gmail/fbook). i've been trying skip using jquery , write component in angularjs using angular-bootstrap modals, user needs able navigate around page while chatbox open.
i know stackoverflow prefers more direct answerable questions haven't found around web writing in angularjs , wondering whether knew how write pop-up chatbox using angularjs, html, , css.
this 1 of angularjs's weaknesses. there different ways of doing nothing "standard" way. have code scratch.
people have implemented different approaches. here few
http://ngmodules.org/modules/ngdialog
http://fundoo-solutions.github.io/angularjs-modal-service/
http://weblogs.asp.net/dwahlin/building-an-angularjs-modal-service
for own projects ended doing myself. if none of these trick, might have well.
Comments
Post a Comment