我的Bootstrap-UI(http://angular-ui.github.io/bootstrap/)
的popover指令有问题出于某种原因,弹出窗口没有显示出来。 如果用户执行某些操作,我有一个ng-if哪个条件成功,那就是将popover添加到表格中某个单元格中的元素时。
我试过没有ng-if使用popover选项,它确实出现了。所以必须结合使用ng-if和popover指令。
- (void)willActivate {
// This method is called when watch view controller is about to be visible to user
[super willActivate];
[hdate setText:@"blah"];}