随笔分类 -  Angular相关

与Angular相关的知识,及其应用
摘要:参考资料: https://angular-ui.github.io/bootstrap/#/getting_started 思路: (1)ng-keyup事件:每有输入,则从数据库获取匹配项,作为候选项 (2)typeahead-on-select事件:选中候选项后,从数据库获取详情 Html代码 阅读全文
posted @ 2016-07-26 14:31 MarlonWang 阅读(2688) 评论(0) 推荐(0)
摘要:插件参考:https://github.com/angular-ui/ui-select 问题: 插件的值为数组形式,可正常保存至MS SQL数据库中,但反序列化时出错。 解决方法: (1)插件的ng-model由原来的modelArticle.SeoKeywords变为modelArticle.$ 阅读全文
posted @ 2016-07-19 22:27 MarlonWang 阅读(375) 评论(0) 推荐(0)
摘要:公共约定 Angular jQuery 阅读全文
posted @ 2016-07-19 16:49 MarlonWang 阅读(818) 评论(0) 推荐(0)